Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -63,6 +63,7 @@ io = gr.Interface(generate_caption,
|
|
63 |
inputs=[gr.Image(label="Input Image")],
|
64 |
outputs = [gr.Textbox(label="Output Prompt", lines=2, show_copy_button = True),
|
65 |
# gr.Image(label="Output Image")
|
66 |
-
]
|
|
|
67 |
)
|
68 |
io.launch(debug=True)
|
|
|
63 |
inputs=[gr.Image(label="Input Image")],
|
64 |
outputs = [gr.Textbox(label="Output Prompt", lines=2, show_copy_button = True),
|
65 |
# gr.Image(label="Output Image")
|
66 |
+
],
|
67 |
+
deep_link=False
|
68 |
)
|
69 |
io.launch(debug=True)
|