stzhao commited on
Commit
2678af5
·
verified ·
1 Parent(s): bc61590

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -275,7 +275,7 @@ def create_demo():
275
 
276
  with gr.Row():
277
  with gr.Column(scale=1):
278
- api_key = gr.Textbox(label="OpenAI API Key", type="password", value="sk-kBQuM0gvNBhOHmKz43b3iQut01bsOgg8Pv76eMKguu6jvncm")
279
  base_url = gr.Textbox(label="Base URL (optional)", value="https://api.claudeshop.top/v1")
280
  image_input = gr.Image(type="pil", label="Upload Image")
281
  question = gr.Textbox(label="Question", placeholder="Ask a question about the image...")
 
275
 
276
  with gr.Row():
277
  with gr.Column(scale=1):
278
+ api_key = gr.Textbox(label="OpenAI API Key", type="password", value="sk-ugYYFZhjv7FIfjqRWpDYU3rqZTK2YnPPCVXoErmIAk3YJSrt")
279
  base_url = gr.Textbox(label="Base URL (optional)", value="https://api.claudeshop.top/v1")
280
  image_input = gr.Image(type="pil", label="Upload Image")
281
  question = gr.Textbox(label="Question", placeholder="Ask a question about the image...")