Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
python-refactor
/
python_maintainability
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
python-refactor
commited on
May 14, 2024
Commit
a56e9f7
·
verified
·
1 Parent(s):
3026caa
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -141,4 +141,4 @@ gr.ChatInterface(
141
retry_btn="Retry",
142
undo_btn="Undo",
143
clear_btn="Clear",
144
-
).queue().launch()
141
retry_btn="Retry",
142
undo_btn="Undo",
143
clear_btn="Clear",
144
+
).queue().launch(
share=True
)