FD900 commited on
Commit
6a1d4dd
·
verified ·
1 Parent(s): d6ca7ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ import json
3
  import os
4
  import requests
5
 
6
- from .agent import solve_task, load_tasks
7
- from .mistral_hf_wrapper import MistralInference
8
 
9
  # Load from environment variables
10
  API_URL = os.getenv("HF_MISTRAL_ENDPOINT")
 
3
  import os
4
  import requests
5
 
6
+ from agent import solve_task, load_tasks
7
+ from mistral_hf_wrapper import MistralInference
8
 
9
  # Load from environment variables
10
  API_URL = os.getenv("HF_MISTRAL_ENDPOINT")