Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -326,7 +326,7 @@ with gr.Blocks(title="moondream vl (new)", css=css, js=js) as demo:
|
|
| 326 |
with gr.Row():
|
| 327 |
prompt = gr.Textbox(
|
| 328 |
label="Input",
|
| 329 |
-
value="What
|
| 330 |
scale=4,
|
| 331 |
)
|
| 332 |
submit = gr.Button("Submit")
|
|
|
|
| 326 |
with gr.Row():
|
| 327 |
prompt = gr.Textbox(
|
| 328 |
label="Input",
|
| 329 |
+
value="What is this?",
|
| 330 |
scale=4,
|
| 331 |
)
|
| 332 |
submit = gr.Button("Submit")
|