Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,4 +26,4 @@ iface = gr.Interface(
|
|
26 |
description="Upload a dental X-ray image to generate the annotation mask.", )
|
27 |
|
28 |
if __name__ == "__main__":
|
29 |
-
iface.launch()
|
|
|
26 |
description="Upload a dental X-ray image to generate the annotation mask.", )
|
27 |
|
28 |
if __name__ == "__main__":
|
29 |
+
iface.launch(share=True)
|