Spaces:
Runtime error
Runtime error
Update app.py (#6)
Browse files- Update app.py (9bd6e67dc58c9c12ff751035efe796ef8925b1e0)
Co-authored-by: Omkar Kalburgi <Code0ut@users.noreply.huggingface.co>
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)
|