stzhao commited on
Commit
c04af04
·
verified ·
1 Parent(s): 782b6f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -280,8 +280,8 @@ def create_demo():
280
  choices=["GPT-4.1", "GPT-4o", "o4-mini", "gemini-2.5-pro-preview-05-06", "claude-3-7-sonnet-latest", "claude-3-7-sonnet-thinking"],
281
  value="GPT-4.1"
282
  )
283
- api_key = gr.Textbox(label="OpenAI API Key", type="password", value="sk-ugYYFZhjv7FIfjqRWpDYU3rqZTK2YnPPCVXoErmIAk3YJSrt")
284
- base_url = gr.Textbox(label="Base URL (optional)", value="http://35.220.164.252:3888/v1")
285
  image_input = gr.Image(label="Upload Image", type="pil")
286
  question = gr.Textbox(label="Question", placeholder="Ask a question about the image...")
287
  submit_btn = gr.Button("Submit")
 
280
  choices=["GPT-4.1", "GPT-4o", "o4-mini", "gemini-2.5-pro-preview-05-06", "claude-3-7-sonnet-latest", "claude-3-7-sonnet-thinking"],
281
  value="GPT-4.1"
282
  )
283
+ api_key = gr.Textbox(label="OpenAI API Key", type="password", value="sk-kBQuM0gvNBhOHmKz43b3iQut01bsOgg8Pv76eMKguu6jvncm")
284
+ base_url = gr.Textbox(label="Base URL (optional)", value="https://api.claudeshop.top/v1")
285
  image_input = gr.Image(label="Upload Image", type="pil")
286
  question = gr.Textbox(label="Question", placeholder="Ask a question about the image...")
287
  submit_btn = gr.Button("Submit")