Update app.py
Browse files
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-
|
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...")
|