Praisepaul commited on
Commit
6aa4388
·
verified ·
1 Parent(s): 37342ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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)