SalmanAboAraj commited on
Commit
cc08688
·
verified ·
1 Parent(s): 75b18d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)