Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import yfinance as yf
|
|
| 7 |
from tools.final_answer import FinalAnswerTool
|
| 8 |
import http.client
|
| 9 |
import json
|
| 10 |
-
from transformers import tool
|
| 11 |
from Gradio_UI import GradioUI
|
| 12 |
|
| 13 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
|
|
|
| 7 |
from tools.final_answer import FinalAnswerTool
|
| 8 |
import http.client
|
| 9 |
import json
|
| 10 |
+
#from transformers import tool
|
| 11 |
from Gradio_UI import GradioUI
|
| 12 |
|
| 13 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|