Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from tools.final_answer import FinalAnswerTool
|
|
| 8 |
|
| 9 |
from Gradio_UI import GradioUI
|
| 10 |
|
| 11 |
-
API_URL = "https://router.huggingface.co/hf-inference/models/
|
| 12 |
headers = {
|
| 13 |
"Authorization": f"Bearer {os.environ['HF_TOKEN']}",
|
| 14 |
}
|
|
|
|
| 8 |
|
| 9 |
from Gradio_UI import GradioUI
|
| 10 |
|
| 11 |
+
API_URL = "https://router.huggingface.co/hf-inference/models/meta-llama/Llama-3.2-11B-Vision-Instruct/v1/chat/completions"
|
| 12 |
headers = {
|
| 13 |
"Authorization": f"Bearer {os.environ['HF_TOKEN']}",
|
| 14 |
}
|