Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,9 @@ import io
|
|
| 2 |
import sys
|
| 3 |
import streamlit as st
|
| 4 |
from agent import multi_agent_framework
|
|
|
|
| 5 |
|
|
|
|
| 6 |
|
| 7 |
# Define the multi agent framework
|
| 8 |
model_id = "Qwen/Qwen2.5-Coder-32B-Instruct"
|
|
|
|
| 2 |
import sys
|
| 3 |
import streamlit as st
|
| 4 |
from agent import multi_agent_framework
|
| 5 |
+
import os
|
| 6 |
|
| 7 |
+
os.environ["HF_TOKEN"] = os.getenv("HF_TOKEN")
|
| 8 |
|
| 9 |
# Define the multi agent framework
|
| 10 |
model_id = "Qwen/Qwen2.5-Coder-32B-Instruct"
|