Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
adinin
/
gradio-chat
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
adinin
commited on
Nov 14, 2023
Commit
525235e
·
1 Parent(s):
39653ae
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -20,4 +20,4 @@ gr.ChatInterface(
20
retry_btn="Retry",
21
undo_btn="Undo",
22
clear_btn="Clear",
23
-
).queue().launch()
20
retry_btn="Retry",
21
undo_btn="Undo",
22
clear_btn="Clear",
23
+
).queue().launch(
share=True
)