Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SLU-CSCI5750-SP2022
/
homework04_demo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jiehou
commited on
Mar 4, 2022
Commit
ec9ee8e
·
1 Parent(s):
e352689
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -129,4 +129,4 @@ interface = gr.Interface(fn=homework04_solution,
129
)
130
131
132
-
interface.launch()
129
)
130
131
132
+
interface.launch(
debug=True
)