Spaces:
Runtime error
Runtime error
change title
Browse files- src/obs_eval_gradio.py +1 -1
src/obs_eval_gradio.py
CHANGED
@@ -42,7 +42,7 @@ def process_video(video_file, api_key, instruction):
|
|
42 |
# Define the Gradio app
|
43 |
def main():
|
44 |
with gr.Blocks() as app:
|
45 |
-
gr.Markdown("##
|
46 |
with gr.Row():
|
47 |
with gr.Column(scale=1):
|
48 |
api_key_input = gr.Textbox(label="Enter your OpenAI API Key", lines=1)
|
|
|
42 |
# Define the Gradio app
|
43 |
def main():
|
44 |
with gr.Blocks() as app:
|
45 |
+
gr.Markdown("## GPT-4 Vision for Evaluation")
|
46 |
with gr.Row():
|
47 |
with gr.Column(scale=1):
|
48 |
api_key_input = gr.Textbox(label="Enter your OpenAI API Key", lines=1)
|