Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ import pytz
|
|
| 5 |
import yaml
|
| 6 |
from tools.final_answer import FinalAnswerTool
|
| 7 |
from tools.calculator import calculator
|
|
|
|
| 8 |
|
| 9 |
|
| 10 |
from Gradio_UI import GradioUI
|
|
|
|
| 5 |
import yaml
|
| 6 |
from tools.final_answer import FinalAnswerTool
|
| 7 |
from tools.calculator import calculator
|
| 8 |
+
from tools.summarizer import summarizer
|
| 9 |
|
| 10 |
|
| 11 |
from Gradio_UI import GradioUI
|