saikanov commited on
Commit
a8767ed
·
verified ·
1 Parent(s): d36cfea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -194,13 +194,13 @@ def create_interface():
194
  )
195
 
196
  model_name = gr.Textbox(
197
- label="openAI model",
198
  placeholder="input your Gemini model",
199
  value="gemini-1.5-pro"
200
  )
201
 
202
  api_key = gr.Textbox(
203
- label="OpenAI API Key",
204
  placeholder="Enter your Gemini API key, default is my API key, use it wisely XD",
205
  type="password"
206
  )
 
194
  )
195
 
196
  model_name = gr.Textbox(
197
+ label="Gemini Model",
198
  placeholder="input your Gemini model",
199
  value="gemini-1.5-pro"
200
  )
201
 
202
  api_key = gr.Textbox(
203
+ label="Gemini API Key",
204
  placeholder="Enter your Gemini API key, default is my API key, use it wisely XD",
205
  type="password"
206
  )