Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,15 +7,13 @@ import requests
|
|
7 |
import os
|
8 |
import pytz # Had to give it permission in Code agent
|
9 |
|
10 |
-
from agents.model import load_huggingface_model
|
11 |
-
from agents.prompts import load_prompts
|
12 |
-
|
13 |
from ui.contentagentui import ContentAgentUI
|
14 |
-
from ui.gradioui import GradioUI
|
15 |
|
16 |
|
17 |
from smolagents import CodeAgent, HfApiModel
|
18 |
from status_check import run_status_checks
|
|
|
19 |
from tools.tools import load_tools
|
20 |
from agents.prompts import load_prompts
|
21 |
|
|
|
7 |
import os
|
8 |
import pytz # Had to give it permission in Code agent
|
9 |
|
|
|
|
|
|
|
10 |
from ui.contentagentui import ContentAgentUI
|
11 |
+
from ui.gradioui import GradioUI
|
12 |
|
13 |
|
14 |
from smolagents import CodeAgent, HfApiModel
|
15 |
from status_check import run_status_checks
|
16 |
+
|
17 |
from tools.tools import load_tools
|
18 |
from agents.prompts import load_prompts
|
19 |
|