Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ with gr.Blocks() as demo:
|
|
49 |
|
50 |
with gr.Row():
|
51 |
with gr.Column():
|
52 |
-
prompt = gr.Textbox(label="Prompt: Input your caption formatted as 'event1 at onset1-offset1_onset2-offset2 and event2 at onset1-offset1.",
|
53 |
value="spraying at 0.38-1.176_3.06-3.856 and gunshot at 1.729-3.729_4.367-6.367_7.031-9.031.",)
|
54 |
run_button = gr.Button()
|
55 |
|
|
|
49 |
|
50 |
with gr.Row():
|
51 |
with gr.Column():
|
52 |
+
prompt = gr.Textbox(label="Prompt: Input your caption formatted as 'event1 at onset1-offset1_onset2-offset2 and event2 at onset1-offset1'.",
|
53 |
value="spraying at 0.38-1.176_3.06-3.856 and gunshot at 1.729-3.729_4.367-6.367_7.031-9.031.",)
|
54 |
run_button = gr.Button()
|
55 |
|