Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ import re
|
|
14 |
def load_pipelines():
|
15 |
captioner = pipeline("image-to-text", model="Salesforce/blip-image-captioning-base")
|
16 |
storyer = pipeline("text-generation", model="gpt2")
|
17 |
-
tts = pipeline("text-to-audio", model=facebook/musicgen-small)
|
18 |
return captioner, storyer, tts
|
19 |
|
20 |
captioner, storyer, tts = load_pipelines()
|
|
|
14 |
def load_pipelines():
|
15 |
captioner = pipeline("image-to-text", model="Salesforce/blip-image-captioning-base")
|
16 |
storyer = pipeline("text-generation", model="gpt2")
|
17 |
+
tts = pipeline("text-to-audio", model="facebook/musicgen-small")
|
18 |
return captioner, storyer, tts
|
19 |
|
20 |
captioner, storyer, tts = load_pipelines()
|