Unggi commited on
Commit
85cfcc7
·
1 Parent(s): 7e667f8

change title

Browse files
Files changed (1) hide show
  1. 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("## Video Narration Generator")
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)