aifeifei798 commited on
Commit
5acfbac
1 Parent(s): 256bf54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -47,7 +47,9 @@ demo = gr.ChatInterface(
47
  "NousResearch/Hermes-3-Llama-3.1-8B",
48
  "mistralai/Mistral-Nemo-Instruct-2407",
49
  "microsoft/Phi-3.5-mini-instruct"],
50
- value="meta-llama/Meta-Llama-3.1-70B-Instruct"
 
 
51
  )]
52
  )
53
 
 
47
  "NousResearch/Hermes-3-Llama-3.1-8B",
48
  "mistralai/Mistral-Nemo-Instruct-2407",
49
  "microsoft/Phi-3.5-mini-instruct"],
50
+ value="meta-llama/Meta-Llama-3.1-70B-Instruct",
51
+ show_label=False,
52
+ container=False
53
  )]
54
  )
55