Spaces:
Build error
Build error
adapt to new gardio
Browse files
app.py
CHANGED
@@ -474,7 +474,7 @@ class GUI:
|
|
474 |
)
|
475 |
api_key_text = gr.Textbox(label="OPENAI API KEY")
|
476 |
organization_text = gr.Textbox(label="Organization")
|
477 |
-
api_base_text = gr.Textbox(label="OpenAI Base URL",
|
478 |
with gr.Row():
|
479 |
with gr.Column():
|
480 |
image_output = gr.Image()
|
|
|
474 |
)
|
475 |
api_key_text = gr.Textbox(label="OPENAI API KEY")
|
476 |
organization_text = gr.Textbox(label="Organization")
|
477 |
+
api_base_text = gr.Textbox(label="OpenAI Base URL", placeholder="if not set, will use openai's default url")
|
478 |
with gr.Row():
|
479 |
with gr.Column():
|
480 |
image_output = gr.Image()
|