nuojohnchen commited on
Commit
94acf0b
·
verified ·
1 Parent(s): 07e8e35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -61,6 +61,7 @@ POPULAR_MODELS = [
61
  "Qwen/Qwen2.5-7B-Instruct",
62
  "01-ai/Yi-6B-Chat",
63
  "FreedomIntelligence/Apollo-7B",
 
64
  "openchat/openchat-3.5-0106"
65
  ]
66
 
@@ -351,7 +352,7 @@ with gr.Blocks(fill_height=True, css=css) as demo:
351
  )
352
 
353
  # Manual Evaluation tab (now second)
354
- with gr.TabItem("Manual Evaluation (Streaming Output)"):
355
  with gr.Row():
356
  with gr.Column():
357
  # Model selection
 
61
  "Qwen/Qwen2.5-7B-Instruct",
62
  "01-ai/Yi-6B-Chat",
63
  "FreedomIntelligence/Apollo-7B",
64
+ "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B”,
65
  "openchat/openchat-3.5-0106"
66
  ]
67
 
 
352
  )
353
 
354
  # Manual Evaluation tab (now second)
355
+ with gr.TabItem("Manual Evaluation"):
356
  with gr.Row():
357
  with gr.Column():
358
  # Model selection