Spaces:
Runtime error
Runtime error
Commit
·
cbf8842
1
Parent(s):
9cc8180
Fixed missing smolagents module
Browse files
app.py
CHANGED
@@ -5,6 +5,10 @@ import pytz
|
|
5 |
import yaml
|
6 |
from tools.final_answer import FinalAnswerTool
|
7 |
|
|
|
|
|
|
|
|
|
8 |
# Import Gradio UI (Ensure Gradio_UI is correctly implemented)
|
9 |
from Gradio_UI import GradioUI
|
10 |
|
|
|
5 |
import yaml
|
6 |
from tools.final_answer import FinalAnswerTool
|
7 |
|
8 |
+
import os
|
9 |
+
os.system("pip install gradio pytz pyyaml requests")
|
10 |
+
|
11 |
+
|
12 |
# Import Gradio UI (Ensure Gradio_UI is correctly implemented)
|
13 |
from Gradio_UI import GradioUI
|
14 |
|