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)