sam9407287 commited on
Commit
0fa948e
·
verified ·
1 Parent(s): 7392fa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -7,12 +7,6 @@ from tools.final_answer import FinalAnswerTool
7
 
8
  from Gradio_UI import GradioUI
9
 
10
- print(transformers.__version__)
11
-
12
- # Load Bark model and tokenizer
13
- tokenizer = BarkTokenizer.from_pretrained("suno/bark-small")
14
- model = BarkModel.from_pretrained("suno/bark-small")
15
-
16
  # Define the get current time in timezone tool
17
  @tool
18
  def get_current_time_in_timezone(timezone: str) -> str:
 
7
 
8
  from Gradio_UI import GradioUI
9
 
 
 
 
 
 
 
10
  # Define the get current time in timezone tool
11
  @tool
12
  def get_current_time_in_timezone(timezone: str) -> str: