Spaces:
Running
Running
remove hf preamble
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ with gr.Blocks() as demo:
|
|
12 |
|
13 |
inference_api = gr.Dropdown(
|
14 |
label="Inference API",
|
15 |
-
choices=['openrouter', '
|
16 |
value="openrouter"
|
17 |
)
|
18 |
model_name = gr.Textbox(label="Model Name (e.g., qwen/qwen-2.5-72b-instruct)")
|
|
|
12 |
|
13 |
inference_api = gr.Dropdown(
|
14 |
label="Inference API",
|
15 |
+
choices=['openrouter', 'inference_api'],
|
16 |
value="openrouter"
|
17 |
)
|
18 |
model_name = gr.Textbox(label="Model Name (e.g., qwen/qwen-2.5-72b-instruct)")
|