Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Praisepaul
/
BioGPT
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Praisepaul
commited on
Mar 27
Commit
6aa4388
·
verified
·
1 Parent(s):
37342ae
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -19,4 +19,4 @@ iface = gr.Interface(
19
title="Medical Chatbot"
20
)
21
22
-
iface.launch()
19
title="Medical Chatbot"
20
)
21
22
+
iface.launch(
share=True
)