Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
PrakhAI
/
HandwrittenDigit
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
PrakhAI
commited on
Jul 3, 2023
Commit
b79c2f9
·
1 Parent(s):
c2df5e9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -10,7 +10,8 @@ from flax.serialization import msgpack_restore, from_state_dict
10
import os
11
12
13
-
hf_key =
os
.
environ['HF_KEY']
14
15
16
10
import os
11
12
13
+
hf_key =
text_input
= st
.
text_input("Access token")
14
+
15
16
17