Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ with gr.Blocks(gr.themes.Soft()) as demo:
|
|
| 35 |
with gr.Column():
|
| 36 |
inference_api = gr.Dropdown(
|
| 37 |
label="Inference API",
|
| 38 |
-
choices=['openrouter'],
|
| 39 |
value="openrouter"
|
| 40 |
)
|
| 41 |
|
|
|
|
| 35 |
with gr.Column():
|
| 36 |
inference_api = gr.Dropdown(
|
| 37 |
label="Inference API",
|
| 38 |
+
choices=['openrouter', 'inference_api'],
|
| 39 |
value="openrouter"
|
| 40 |
)
|
| 41 |
|