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