ka2021vin commited on
Commit
c8a4e07
·
verified ·
1 Parent(s): b379f53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 !