weizechen commited on
Commit
aba38dd
·
1 Parent(s): 0a9923f

adapt to new gardio

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", default="", placeholder="if not set, will use openai's default 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()