nuojohnchen commited on
Commit
5983adb
·
verified ·
1 Parent(s): 8464311

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -283,7 +283,7 @@ with gr.Blocks(fill_height=True, css=css) as demo:
283
  )
284
  custom_model_1 = gr.Textbox(
285
  label="Or enter custom model path",
286
- placeholder="e.g., meta-llama/Llama-2-7b-chat-hf",
287
  scale=3
288
  )
289
 
@@ -297,7 +297,7 @@ with gr.Blocks(fill_height=True, css=css) as demo:
297
  )
298
  custom_model_2 = gr.Textbox(
299
  label="Or enter custom model path",
300
- placeholder="e.g., mistralai/Mistral-7B-Instruct-v0.2",
301
  scale=3
302
  )
303
 
 
283
  )
284
  custom_model_1 = gr.Textbox(
285
  label="Or enter custom model path",
286
+ placeholder="e.g., Qwen/Qwen2.5-7B-Instruct",
287
  scale=3
288
  )
289
 
 
297
  )
298
  custom_model_2 = gr.Textbox(
299
  label="Or enter custom model path",
300
+ placeholder="e.g., deepseek-ai/DeepSeek-R1-Distill-Qwen-7B",
301
  scale=3
302
  )
303