Unggi commited on
Commit
ca74a7c
1 Parent(s): a2408b4

change description

Browse files
Files changed (1) hide show
  1. src/obs_eval_gradio.py +1 -1
src/obs_eval_gradio.py CHANGED
@@ -45,7 +45,7 @@ def main():
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 which is 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")
 
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 (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")