Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kevalfst
/
json-generator
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kevalfst
commited on
Apr 16
Commit
1510ad8
Β·
verified
Β·
1 Parent(s):
67656e6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -31,4 +31,4 @@ demo = gr.Interface(
31
32
# π This is what allows external API calls
33
demo.queue()
34
-
demo.launch()
31
32
# π This is what allows external API calls
33
demo.queue()
34
+
demo.launch(
show_error=True
)