sandeepmajumdar commited on
Commit
80e3275
1 Parent(s): 744998e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,6 +18,6 @@ def convert(prompt):
18
 
19
 
20
  gr.Interface(convert,
21
- inputs = [gr.inputs.Textbox(label="Enter text")],
22
- outputs = [gr.outputs.Gallery(label="Images").style(grid=4)],
23
  title="Text to Image Generation").launch()
 
18
 
19
 
20
  gr.Interface(convert,
21
+ inputs = [gr.Textbox(label="Enter text")],
22
+ outputs = [gr.Gallery(label="Images").style(grid=4)],
23
  title="Text to Image Generation").launch()