Sreekan commited on
Commit
eec8b9f
·
verified ·
1 Parent(s): 3879be6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -455,7 +455,7 @@ iface = gr.Interface(
455
  )
456
 
457
  if __name__ == "__main__":
458
- iface.launch()
459
 
460
 
461
 
 
455
  )
456
 
457
  if __name__ == "__main__":
458
+ iface.launch(share=True)
459
 
460
 
461