Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
harishnair04
/
MedTrChat
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
harishnair04
commited on
Nov 2, 2024
Commit
a9dbd4f
·
1 Parent(s):
cec0262
feat: update app.py to public
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -61,4 +61,4 @@ chat_interface = gr.Interface(
61
css=css
62
)
63
64
-
chat_interface.launch()
61
css=css
62
)
63
64
+
chat_interface.launch(
share=True
)