alberto commited on
Commit
f5657e2
·
1 Parent(s): 7e1bf0b

fix model name

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,8 +20,8 @@ with open('system_prompt.txt', 'r') as file:
20
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
21
 
22
  # Models
23
- #MODEL = InferenceClientModel("Qwen/Qwen3-VL-30B-A3B-Instruct")
24
- MODEL = InferenceClientModel("Qwen/Qwen3-VL-7B-Instruct")
25
 
26
  # --- Basic Agent Definition ---
27
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------
 
20
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
21
 
22
  # Models
23
+ #MODEL = InferenceClientModel("Qwen/Qwen3-VL-30B-A3B-Instruct", provider="auto")
24
+ MODEL = InferenceClientModel("Qwen/Qwen3-VL-8B-Instruct")
25
 
26
  # --- Basic Agent Definition ---
27
  # ----- THIS IS WERE YOU CAN BUILD WHAT YOU WANT ------