Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -129,7 +129,7 @@ with gr.Blocks(title="moondream vl (new)", css=css, js=js) as demo:
|
|
| 129 |
|
| 130 |
with gr.Column():
|
| 131 |
output = gr.Markdown(label="Response", elem_classes=["output-text"], line_breaks=True)
|
| 132 |
-
ann = gr.Image(visible=False
|
| 133 |
|
| 134 |
|
| 135 |
demo.queue().launch()
|
|
|
|
| 129 |
|
| 130 |
with gr.Column():
|
| 131 |
output = gr.Markdown(label="Response", elem_classes=["output-text"], line_breaks=True)
|
| 132 |
+
ann = gr.Image(visible=False)
|
| 133 |
|
| 134 |
|
| 135 |
demo.queue().launch()
|