dwb2023 commited on
Commit
1aa828d
·
verified ·
1 Parent(s): 54f9034

Update app.py

Browse files

fix quotation marks

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ interface = gr.Interface(
41
  ["mistralai/Mistral-7B-Instruct-v0.3"],
42
  ["openbmb/MiniCPM-Llama3-V-2_5"],
43
  ["HuggingFaceM4/idefics2-8b-chatty"],
44
- ["mistralai/Codestral-22B-v0.1]
45
  ]
46
  )
47
 
 
41
  ["mistralai/Mistral-7B-Instruct-v0.3"],
42
  ["openbmb/MiniCPM-Llama3-V-2_5"],
43
  ["HuggingFaceM4/idefics2-8b-chatty"],
44
+ ["mistralai/Codestral-22B-v0.1"]
45
  ]
46
  )
47