Mustafiz996 commited on
Commit
7714fc1
·
verified ·
1 Parent(s): cd21d78

Revert last commit

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,8 +1,6 @@
1
  import yaml
2
  import os
3
- from smolagents import CodeAgent, HfApiModel
4
-
5
- from Gradio_UI import GradioUI
6
 
7
  # Get current directory path
8
  CURRENT_DIR = os.path.dirname(os.path.abspath(__file__))
 
1
  import yaml
2
  import os
3
+ from smolagents import GradioUI, CodeAgent, HfApiModel
 
 
4
 
5
  # Get current directory path
6
  CURRENT_DIR = os.path.dirname(os.path.abspath(__file__))