Cropinky commited on
Commit
256b68d
·
1 Parent(s): 2f8dba4

version 0.1 commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ if __name__ == "__main__":
24
 
25
 
26
  gr.Interface(image_generation, inputs, outputs, title=title, article = article,
27
- description=description, analytics_enabled=False).launch(debug=True)
28
 
29
  app, local_url, share_url = iface.launch()
30
 
 
24
 
25
 
26
  gr.Interface(image_generation, inputs, outputs, title=title, article = article,
27
+ analytics_enabled=False).launch(debug=True)
28
 
29
  app, local_url, share_url = iface.launch()
30