Spaces:
Running
on
Zero
Running
on
Zero
fancyfeast
commited on
Commit
•
e354e97
1
Parent(s):
3dade8f
Derp
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks() as demo:
|
|
119 |
run_button = gr.Button("Caption")
|
120 |
|
121 |
with gr.Column():
|
122 |
-
output_caption = gr.Textbox(label="Caption"
|
123 |
|
124 |
run_button.click(fn=stream_chat, inputs=[input_image], outputs=[output_caption])
|
125 |
|
|
|
119 |
run_button = gr.Button("Caption")
|
120 |
|
121 |
with gr.Column():
|
122 |
+
output_caption = gr.Textbox(label="Caption")
|
123 |
|
124 |
run_button.click(fn=stream_chat, inputs=[input_image], outputs=[output_caption])
|
125 |
|