Guy24 commited on
Commit
0276ae6
·
1 Parent(s): 87f4a69

adding application

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(