Spaces:
Sleeping
Sleeping
adding application
Browse files
app.py
CHANGED
@@ -301,7 +301,7 @@ with gr.Blocks(theme="soft") as demo:
|
|
301 |
with gr.Row():
|
302 |
model_name = gr.Dropdown(
|
303 |
label="🤖 Model",
|
304 |
-
choices=[DEFAULT_MODEL, "mistralai/Mistral-7B-v0.1", "meta-llama/Llama-2-7b", "Qwen/Qwen2-7B"],
|
305 |
value=DEFAULT_MODEL,
|
306 |
)
|
307 |
patchscopes_template = gr.Textbox(
|
|
|
301 |
with gr.Row():
|
302 |
model_name = gr.Dropdown(
|
303 |
label="🤖 Model",
|
304 |
+
choices=[DEFAULT_MODEL, "mistralai/Mistral-7B-v0.1", "meta-llama/Llama-2-7b-hf", "Qwen/Qwen2-7B"],
|
305 |
value=DEFAULT_MODEL,
|
306 |
)
|
307 |
patchscopes_template = gr.Textbox(
|