Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vogelweide85
/
ml-test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vogelweide85
commited on
Jul 4, 2023
Commit
3b36406
·
1 Parent(s):
6869404
removed share = True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -84,4 +84,4 @@ with gr.Blocks() as demo:
84
clear.click(lambda: None, None, chatbot, queue=False)
85
86
87
-
demo.launch(debug=True
, share=True
)
84
clear.click(lambda: None, None, chatbot, queue=False)
85
86
87
+
demo.launch(debug=True)