ZeyuXie commited on
Commit
5f61b1b
·
verified ·
1 Parent(s): 762afb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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