Update app.py
Browse files
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()
|