Pro-Coder Code0ut commited on
Commit
abb548e
·
verified ·
1 Parent(s): 7630410

Update app.py (#5)

Browse files

- Update app.py (72cdce3f3bc5fc1d02fece78d1eaa0987e528165)


Co-authored-by: Omkar Kalburgi <Code0ut@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,4 +105,4 @@ iface = gr.Interface(
105
  description="Answer a few questions about your symptoms and get a predicted skin disease along with recommended solutions."
106
  )
107
 
108
- iface.launch()
 
105
  description="Answer a few questions about your symptoms and get a predicted skin disease along with recommended solutions."
106
  )
107
 
108
+ iface.launch(share=True)