abidlabs HF staff commited on
Commit
d099827
1 Parent(s): 8939319

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ def fake_gan(text):
16
  "https://images.unsplash.com/photo-1601412436009-d964bd02edbc?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=464&q=80",
17
  ])
18
 
19
- gr.Interface.load(fake_gan, "textbox", "image").launch()
 
16
  "https://images.unsplash.com/photo-1601412436009-d964bd02edbc?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=464&q=80",
17
  ])
18
 
19
+ gr.Interface(fake_gan, "textbox", "image").launch()