Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|