Spaces:
Runtime error
Runtime error
info
Browse files
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():
|