Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
iamrobotbear
/
cosine-match
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
iamrobotbear
commited on
Apr 7, 2023
Commit
b2e571e
·
1 Parent(s):
bc5964e
enable debugging too
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -111,4 +111,4 @@ iface = gr.Interface(
111
)
112
113
# Launch Gradio app
114
-
iface.launch()
111
)
112
113
# Launch Gradio app
114
+
iface.launch(
debug=True
)