Kumarkishalaya commited on
Commit
6b02864
1 Parent(s): 882be2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,4 +23,4 @@ iface = gr.Interface(fn=generate,
23
 
24
  # Launch the app
25
  if __name__ == "__main__":
26
- iface.launch()
 
23
 
24
  # Launch the app
25
  if __name__ == "__main__":
26
+ iface.launch(share=True)