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:
mikeee
/
radio-embed-p
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
freemt
commited on
Aug 10, 2022
Commit
ea9e1fc
·
1 Parent(s):
88b35af
Update cache_examples=False
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -47,6 +47,7 @@ iface = gr.Interface(
47
["test\n测试"]
48
],
49
allow_flagging="never",
50
)
51
52
debug = False
47
["test\n测试"]
48
],
49
allow_flagging="never",
50
+
cache_examples=False,
51
)
52
53
debug = False