Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Junlinh
/
memorability_prediction
like
3
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Junlinh
commited on
Nov 11, 2022
Commit
1f1350f
·
1 Parent(s):
ae5474f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -35,4 +35,4 @@ def predict(input_img):
35
return result
36
37
demo = gr.Interface(predict, gr.Image(), "text")
38
-
demo.launch()
35
return result
36
37
demo = gr.Interface(predict, gr.Image(), "text")
38
+
demo.launch(
debug = True
)