Spaces:
Paused
Paused
Update app.py
Browse filesfix quotation marks
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 |
|