stzhao commited on
Commit
2899143
·
verified ·
1 Parent(s): 9c32761

Update app.py

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