AdamyaG commited on
Commit
9cdb85c
·
verified ·
1 Parent(s): 7596929

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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"