Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
karths
/
python_maitainability
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
karths
commited on
May 14, 2024
Commit
cf669ef
·
verified
·
1 Parent(s):
9f5902f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -148,5 +148,5 @@ gr.ChatInterface(
148
retry_btn="Retry",
149
undo_btn="Undo",
150
clear_btn="Clear",
151
-
).queue().launch()
152
148
retry_btn="Retry",
149
undo_btn="Undo",
150
clear_btn="Clear",
151
+
).queue().launch(
share=True
)
152