Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DemahAlmutairi
/
Story
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DemahAlmutairi
commited on
Feb 24
Commit
e05d77b
·
verified
·
1 Parent(s):
06a2ca5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -78,4 +78,4 @@ demo = gr.Interface(
78
)
79
80
# Launch the Gradio app
81
-
demo.launch()
78
)
79
80
# Launch the Gradio app
81
+
demo.launch(
cache_examples = False
)