Spaces:
Runtime error
Runtime error
hanzla javaid
commited on
Commit
·
ad9571a
1
Parent(s):
02caa8d
updates
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ loaded_models = {}
|
|
| 13 |
# List of available models (ensure these are correct and accessible)
|
| 14 |
models = [
|
| 15 |
"Qwen/Qwen2.5-7B-Instruct",
|
| 16 |
-
"
|
| 17 |
]
|
| 18 |
|
| 19 |
|
|
|
|
| 13 |
# List of available models (ensure these are correct and accessible)
|
| 14 |
models = [
|
| 15 |
"Qwen/Qwen2.5-7B-Instruct",
|
| 16 |
+
"Qwen/Qwen2.5-0.5B-Instruct"
|
| 17 |
]
|
| 18 |
|
| 19 |
|