aifeifei798 commited on
Commit
502b4a6
·
verified ·
1 Parent(s): e897daa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ FeiFei = (
7
  type="messages",
8
  multimodal=True,
9
  additional_inputs=[
10
- gr.Checkbox(label="Feifei",interactive=True),
11
  gr.Dropdown(
12
  ["meta-llama/Meta-Llama-3.1-70B-Instruct",
13
  "CohereForAI/c4ai-command-r-plus-08-2024",
 
7
  type="messages",
8
  multimodal=True,
9
  additional_inputs=[
10
+ gr.Checkbox(label="Feifei",value=True),
11
  gr.Dropdown(
12
  ["meta-llama/Meta-Llama-3.1-70B-Instruct",
13
  "CohereForAI/c4ai-command-r-plus-08-2024",