Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from Gradio_UI import GradioUI
|
|
| 12 |
search_tool = DuckDuckGoSearchTool()
|
| 13 |
|
| 14 |
# Load the MusicGen model
|
| 15 |
-
pipe = pipeline("text-to-audio", model="facebook/musicgen-
|
| 16 |
|
| 17 |
# Custom tool for AI-assisted music generation
|
| 18 |
@tool
|
|
|
|
| 12 |
search_tool = DuckDuckGoSearchTool()
|
| 13 |
|
| 14 |
# Load the MusicGen model
|
| 15 |
+
pipe = pipeline("text-to-audio", model="facebook/musicgen-small")
|
| 16 |
|
| 17 |
# Custom tool for AI-assisted music generation
|
| 18 |
@tool
|