Spaces:
Sleeping
Sleeping
textbox
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def generate(inp):
|
|
29 |
def run():
|
30 |
demo = gr.Interface(
|
31 |
fn=generate,
|
32 |
-
inputs=gr.inputs.
|
33 |
outputs=gr.outputs.Image(type="pil"),
|
34 |
|
35 |
)
|
|
|
29 |
def run():
|
30 |
demo = gr.Interface(
|
31 |
fn=generate,
|
32 |
+
inputs=gr.inputs.Textbox(label="Prompt"),
|
33 |
outputs=gr.outputs.Image(type="pil"),
|
34 |
|
35 |
)
|