Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -194,13 +194,13 @@ def create_interface():
|
|
194 |
)
|
195 |
|
196 |
model_name = gr.Textbox(
|
197 |
-
label="
|
198 |
placeholder="input your Gemini model",
|
199 |
value="gemini-1.5-pro"
|
200 |
)
|
201 |
|
202 |
api_key = gr.Textbox(
|
203 |
-
label="
|
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 |
)
|