Spaces:
Runtime error
Runtime error
add description
Browse files- src/obs_eval_gradio.py +1 -1
src/obs_eval_gradio.py
CHANGED
@@ -47,7 +47,7 @@ def main():
|
|
47 |
with gr.Column(scale=1):
|
48 |
api_key_input = gr.Textbox(label="Enter your OpenAI API Key (Your API Key must be allowed to use GPT-4 Vision)", lines=1)
|
49 |
instruction_input = gr.Textbox(label="Enter Your Prompt", placeholder="Enter your prompt here...", lines=5)
|
50 |
-
video_upload = gr.File(label="Upload your video", type="file")
|
51 |
submit_button = gr.Button("Summit")
|
52 |
with gr.Column(scale=1):
|
53 |
output_box = gr.Textbox(label="Generated Response", lines=7, interactive=False)
|
|
|
47 |
with gr.Column(scale=1):
|
48 |
api_key_input = gr.Textbox(label="Enter your OpenAI API Key (Your API Key must be allowed to use GPT-4 Vision)", lines=1)
|
49 |
instruction_input = gr.Textbox(label="Enter Your Prompt", placeholder="Enter your prompt here...", lines=5)
|
50 |
+
video_upload = gr.File(label="Upload your video (under 10 second video is the best..!)", type="file")
|
51 |
submit_button = gr.Button("Summit")
|
52 |
with gr.Column(scale=1):
|
53 |
output_box = gr.Textbox(label="Generated Response", lines=7, interactive=False)
|