Hugging Face
Models
Datasets
Spaces
Posts
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
0041559
·
1 Parent(s):
0f9d382
add debug as shit is broken
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -151,4 +151,4 @@ iface = gr.Interface(
151
)
152
153
# Launch the Gradio interface
154
-
iface.launch()
151
)
152
153
# Launch the Gradio interface
154
+
iface.launch(
debug=True
)