yetessam commited on
Commit
1dc4338
·
verified ·
1 Parent(s): 0c0b4ea

Update app.py

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