Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
IDEA-AI4S
/
IDEA-OCSR
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
baysicx
commited on
Apr 21
Commit
dbc8192
Β·
verified
Β·
1 Parent(s):
2df7fa1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -62,4 +62,4 @@ iface = gr.Interface(
62
examples_per_page=20,
63
)
64
65
-
iface.launch()
62
examples_per_page=20,
63
)
64
65
+
iface.launch(
cache_examples=False
)