Spaces:
Runtime error
Runtime error
Commit
·
80e3275
1
Parent(s):
744998e
Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,6 @@ def convert(prompt):
|
|
18 |
|
19 |
|
20 |
gr.Interface(convert,
|
21 |
-
inputs = [gr.
|
22 |
-
outputs = [gr.
|
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()
|