Munaf1987 commited on
Commit
0f7ba4c
·
verified ·
1 Parent(s): 48910cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ import numpy as np
6
  import os
7
  import spaces
8
 
9
- # Text Expansion Model (use Mistral or LLaMA on ZeroGPU)
10
- text_generator = pipeline("text-generation", model="mistralai/Mistral-7B-Instruct")
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")