ayushdh96 commited on
Commit
973366b
·
verified ·
1 Parent(s): 71e63d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ iface = gr.Interface(
30
 
31
  # Launch the interface
32
  if __name__ == "__main__":
33
- iface.launch()
 
30
 
31
  # Launch the interface
32
  if __name__ == "__main__":
33
+ iface.launch(share=True)