Update app.py
#71
by
BSadeghi
- opened
app.py
CHANGED
@@ -4,6 +4,9 @@ import requests
|
|
4 |
import pytz
|
5 |
import yaml
|
6 |
from tools.final_answer import FinalAnswerTool
|
|
|
|
|
|
|
7 |
|
8 |
from Gradio_UI import GradioUI
|
9 |
|
|
|
4 |
import pytz
|
5 |
import yaml
|
6 |
from tools.final_answer import FinalAnswerTool
|
7 |
+
# In order to run the code in colab, change the line to
|
8 |
+
#from smolagents.default_tools import FinalAnswerTool
|
9 |
+
|
10 |
|
11 |
from Gradio_UI import GradioUI
|
12 |
|