Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,8 @@ import numpy as np
|
|
6 |
import os
|
7 |
import spaces
|
8 |
|
9 |
-
# Text Expansion Model (
|
10 |
-
text_generator = pipeline("text-generation", model="
|
11 |
|
12 |
# Text-to-Speech Model (Bark small)
|
13 |
tts_pipeline = pipeline("text-to-speech", model="suno/bark-small")
|
|
|
6 |
import os
|
7 |
import spaces
|
8 |
|
9 |
+
# Text Expansion Model (ZeroGPU compatible)
|
10 |
+
text_generator = pipeline("text-generation", model="tiiuae/falcon-7b-instruct")
|
11 |
|
12 |
# Text-to-Speech Model (Bark small)
|
13 |
tts_pipeline = pipeline("text-to-speech", model="suno/bark-small")
|