Spaces:
Sleeping
Sleeping
Update id
Browse files- tools/analysis_tools.py +1 -1
tools/analysis_tools.py
CHANGED
|
@@ -24,7 +24,7 @@ class AnalyzeLyricsTool(Tool):
|
|
| 24 |
|
| 25 |
def __init__(self, model_id=None):
|
| 26 |
super().__init__()
|
| 27 |
-
self.model_id = model_id or "
|
| 28 |
|
| 29 |
def forward(self, song_title: str, artist: str, lyrics: str) -> str:
|
| 30 |
"""
|
|
|
|
| 24 |
|
| 25 |
def __init__(self, model_id=None):
|
| 26 |
super().__init__()
|
| 27 |
+
self.model_id = model_id or "gemini/gemini-2.0-flash"
|
| 28 |
|
| 29 |
def forward(self, song_title: str, artist: str, lyrics: str) -> str:
|
| 30 |
"""
|