Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
panda1835
/
zoosign_reader
like
0
Runtime error
App
Files
Files
Community
panda1835
commited on
Jan 26
Commit
4eb641d
•
1 Parent(s):
5307a16
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -156,4 +156,4 @@ demo = gr.Interface(
156
"""
157
)
158
159
-
demo.launch()
156
"""
157
)
158
159
+
demo.launch(
cache_examples=True
)