Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
thviet79/demo_medical_QA
zerostratos
/
demo_medical_QA
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
zerostratos
commited on
Oct 15, 2024
Commit
a0ceaf4
·
verified
·
1 Parent(s):
007f9a1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -47,4 +47,4 @@ demo = gr.ChatInterface(
47
)
48
49
if __name__ == "__main__":
50
-
demo.launch()
47
)
48
49
if __name__ == "__main__":
50
+
demo.launch(
share = True
)