Spaces:
Runtime error
Runtime error
Update app.py
#6
by Code0ut - opened
app.py
CHANGED
|
@@ -104,5 +104,5 @@ iface = gr.Interface(
|
|
| 104 |
title="Advanced Skin Disease AI Chatbot",
|
| 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)
|
|
|
|
| 104 |
title="Advanced Skin Disease AI Chatbot",
|
| 105 |
description="Answer a few questions about your symptoms and get a predicted skin disease along with recommended solutions."
|
| 106 |
)
|
| 107 |
+
#making it public
|
| 108 |
iface.launch(share=True)
|