Cropinky commited on
Commit
f769d11
1 Parent(s): 4c70ffe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,6 +68,6 @@ if __name__ == "__main__":
68
 
69
  demo = gr.Interface(image_generation, inputs, outputs, title=title, article = article, description = description,
70
  analytics_enabled=False)
71
- demo.launch(share=True)
72
 
73
  #app, local_url, share_url = iface.launch(share=True)
68
 
69
  demo = gr.Interface(image_generation, inputs, outputs, title=title, article = article, description = description,
70
  analytics_enabled=False)
71
+ demo.launch()
72
 
73
  #app, local_url, share_url = iface.launch(share=True)