Spaces:
Runtime error
Runtime error
UI update
Browse files
app.py
CHANGED
@@ -129,8 +129,8 @@ with gr.Blocks(theme="NoCrypt/miku") as demo:
|
|
129 |
gr.Label("Video Analyzer")
|
130 |
with gr.Accordion("Input"):
|
131 |
with gr.Row():
|
132 |
-
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. Finally, give me a total score from 0 to 100.")
|
133 |
video_input = gr.Video(label="Upload Video")
|
|
|
134 |
with gr.Accordion("Output"):
|
135 |
with gr.Row():
|
136 |
analysis_result = gr.Textbox(label="Analysis Result")
|
|
|
129 |
gr.Label("Video Analyzer")
|
130 |
with gr.Accordion("Input"):
|
131 |
with gr.Row():
|
|
|
132 |
video_input = gr.Video(label="Upload Video")
|
133 |
+
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. Finally, give me a total score from 0 to 100.")
|
134 |
with gr.Accordion("Output"):
|
135 |
with gr.Row():
|
136 |
analysis_result = gr.Textbox(label="Analysis Result")
|