Rahul8827 commited on
Commit
ca466ce
1 Parent(s): 9c7aa2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,5 +94,5 @@ def generate_upsampled_image_from_text(prompt):
94
 
95
  # Show the output
96
  show_images(up_samples)
97
- demo = gr.Interface(fn =generate_upsampled_image_from_text ="text",outputs ="image")
98
  demo.launch()
 
94
 
95
  # Show the output
96
  show_images(up_samples)
97
+ demo = gr.Interface(fn =generate_upsampled_image_from_text,inputs ="text",outputs ="image")
98
  demo.launch()