Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def generate_image(prompt, seed=42, width=1024, height=1024):
|
|
60 |
|
61 |
io = gr.Interface(generate_caption,
|
62 |
inputs=[gr.Image(label="Input Image")],
|
63 |
-
outputs = [gr.Textbox(label="Output Prompt", lines=
|
64 |
gr.Image(label="Output Image")]
|
65 |
)
|
66 |
io.launch(debug=True)
|
|
|
60 |
|
61 |
io = gr.Interface(generate_caption,
|
62 |
inputs=[gr.Image(label="Input Image")],
|
63 |
+
outputs = [gr.Textbox(label="Output Prompt", lines=3, show_copy_button = True),
|
64 |
gr.Image(label="Output Image")]
|
65 |
)
|
66 |
io.launch(debug=True)
|