prithivMLmods commited on
Commit
1198c37
·
verified ·
1 Parent(s): 9f250d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -248,7 +248,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
248
  inputs=[image_query, image_upload]
249
  )
250
  with gr.TabItem("Video Inference"):
251
- video_query = gr.Textbox(label="Query Input", placeholder="Enter your query here...")
252
  video_upload = gr.Video(label="Video")
253
  video_submit = gr.Button("Submit", elem_classes="submit-btn")
254
  gr.Examples(
 
248
  inputs=[image_query, image_upload]
249
  )
250
  with gr.TabItem("Video Inference"):
251
+ video_query = gr.Textbox(label="Query Input", placeholder="✦︎ Enter your query here...")
252
  video_upload = gr.Video(label="Video")
253
  video_submit = gr.Button("Submit", elem_classes="submit-btn")
254
  gr.Examples(