unausagi commited on
Commit
8eac994
·
verified ·
1 Parent(s): 5cd7fd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks() as app:
56
  with gr.Row():
57
  chat_interface = gr.ChatInterface(chat, streaming=True, save_history=True)
58
  model_selector = gr.Dropdown(
59
- choices=list(MODEL_NAMES.keys()), value="DeepSeek-V3", label="Select Model"
60
  )
61
 
62
  chat_interface.append(model_selector)
 
56
  with gr.Row():
57
  chat_interface = gr.ChatInterface(chat, streaming=True, save_history=True)
58
  model_selector = gr.Dropdown(
59
+ choices=list(MODEL_NAMES.keys()), value="DeepSeek-R1-Distill-Llama-8B", label="Select Model"
60
  )
61
 
62
  chat_interface.append(model_selector)