Zeph27 commited on
Commit
69423d0
β€’
1 Parent(s): 528611f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ with gr.Blocks(theme="NoCrypt/miku") as demo:
130
  gr.Label("Video Analyzer with MiniCPM-V-2_6 and Whisper")
131
  with gr.Accordion("Input"):
132
  with gr.Row():
133
- video_input = gr.Video(label="Upload Video")
134
  prompt_input = gr.Textbox(label="Prompt", value="Analyze this video, give me advice on how to improve it and score from 0 to 100 for each point")
135
  with gr.Accordion("Output"):
136
  with gr.Row():
 
130
  gr.Label("Video Analyzer with MiniCPM-V-2_6 and Whisper")
131
  with gr.Accordion("Input"):
132
  with gr.Row():
133
+ video_input = gr.Video(label="Upload Video", info="Work best with English videos")
134
  prompt_input = gr.Textbox(label="Prompt", value="Analyze this video, give me advice on how to improve it and score from 0 to 100 for each point")
135
  with gr.Accordion("Output"):
136
  with gr.Row():