Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MehdiAbdellaoui
/
wine
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MehdiAbdellaoui
commited on
Nov 19, 2023
Commit
1bd93d7
·
1 Parent(s):
6cc1448
Upload app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -56,5 +56,5 @@ demo = gr.Interface(
56
],
57
outputs="text")
58
59
-
demo.launch(debug=True
, share=True
)
60
56
],
57
outputs="text")
58
59
+
demo.launch(debug=True)
60