Commit ·
4c5ece4
1
Parent(s): 51a0036
fix: Setting share as True
Browse files- src/main.py +1 -1
src/main.py
CHANGED
|
@@ -201,4 +201,4 @@ with gr.Blocks(title="Skin Lesion Explainability", theme=gr.themes.Default(prima
|
|
| 201 |
)
|
| 202 |
|
| 203 |
if __name__ == "__main__":
|
| 204 |
-
demo.launch()
|
|
|
|
| 201 |
)
|
| 202 |
|
| 203 |
if __name__ == "__main__":
|
| 204 |
+
demo.launch(share=True)
|