Spaces:
Runtime error
Runtime error
Update app.py
#5
by Code0ut - opened
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)
|