Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PrathmeshZ
/
Demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
PrathmeshZ
commited on
Jun 8, 2023
Commit
51bfee5
·
1 Parent(s):
68c4ac4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -54,4 +54,4 @@ iface = gr.Interface(
54
examples=examples,
55
)
56
57
-
iface.launch(show_api=
'
False
'
)
54
examples=examples,
55
)
56
57
+
iface.launch(
debug=True,
show_api=False)