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