hanzla javaid commited on
Commit
ad9571a
1 Parent(s): 02caa8d
Files changed (1) hide show
  1. app.py +1 -1
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
- "meta-llama/Llama-3.2-1B"
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