Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mimmiiz
/
wine
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Maria Halvarsson
commited on
Nov 19, 2023
Commit
6b2e4d6
·
1 Parent(s):
4981535
fix
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -45,5 +45,5 @@ demo = gr.Interface(
45
],
46
outputs=gr.Number(label="quality"))
47
48
-
demo.launch(
share=True,
debug=True)
49
45
],
46
outputs=gr.Number(label="quality"))
47
48
+
demo.launch(debug=True)
49