Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from llm_config import SUPPORTED_LLM_MODELS
|
|
9 |
from pathlib import Path
|
10 |
|
11 |
# Define model configuration
|
12 |
-
model_language = "
|
13 |
model_id = "qwen2.5-0.5b-instruct" # Example model ID
|
14 |
|
15 |
# Define model directories
|
|
|
9 |
from pathlib import Path
|
10 |
|
11 |
# Define model configuration
|
12 |
+
model_language = "English" # Example: set to English
|
13 |
model_id = "qwen2.5-0.5b-instruct" # Example model ID
|
14 |
|
15 |
# Define model directories
|