Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Asma
/
GreenHawk
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Asma
commited on
Jan 21, 2023
Commit
56ab54b
·
1 Parent(s):
2a62fdf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -75,4 +75,4 @@ demo_app = gr.Interface(
75
cache_examples=True,
76
theme='huggingface',
77
)
78
-
demo_app.launch(enable_queue=True)
75
cache_examples=True,
76
theme='huggingface',
77
)
78
+
demo_app.launch(
debug=True,
enable_queue=True)