Spaces:
Running
Running
Fix missing comma
Browse files
app.py
CHANGED
@@ -392,7 +392,7 @@ if openai_api_key and hf_api_key:
|
|
392 |
client_openai,
|
393 |
client_hf_mistral,
|
394 |
client_hf_llama,
|
395 |
-
client_hf_deepseek
|
396 |
plantuml_instructor_solution,
|
397 |
plantuml_student_solution,
|
398 |
model_choice_step2,
|
|
|
392 |
client_openai,
|
393 |
client_hf_mistral,
|
394 |
client_hf_llama,
|
395 |
+
client_hf_deepseek,
|
396 |
plantuml_instructor_solution,
|
397 |
plantuml_student_solution,
|
398 |
model_choice_step2,
|