Zeph27 commited on
Commit
66c23b6
β€’
1 Parent(s): 69423d0

delete info

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -128,9 +128,9 @@ def analyze_video(prompt, video, progress=gr.Progress()):
128
 
129
  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", 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():
 
128
 
129
  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 (Work best with English videos)"):
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():