Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -125,7 +125,7 @@ with gr.Blocks(title="Chatterbox Turbo") as demo:
|
|
| 125 |
with gr.Row():
|
| 126 |
with gr.Column():
|
| 127 |
text = gr.Textbox(
|
| 128 |
-
value="
|
| 129 |
label="Text to synthesize (max chars 300)",
|
| 130 |
max_lines=5,
|
| 131 |
elem_id="main_textbox"
|
|
@@ -160,7 +160,7 @@ with gr.Blocks(title="Chatterbox Turbo") as demo:
|
|
| 160 |
top_k = gr.Slider(0, 1000, step=10, label="Top K", value=1000)
|
| 161 |
repetition_penalty = gr.Slider(1.00, 2.00, step=0.05, label="Repetition Penalty", value=1.2)
|
| 162 |
min_p = gr.Slider(0.00, 1.00, step=0.01, label="Min P (Set to 0 to disable)", value=0.00)
|
| 163 |
-
norm_loudness = gr.Checkbox(value=True, label="Normalize Loudness (
|
| 164 |
|
| 165 |
# Load on startup (CPU)
|
| 166 |
demo.load(fn=load_model, inputs=[], outputs=[])
|
|
|
|
| 125 |
with gr.Row():
|
| 126 |
with gr.Column():
|
| 127 |
text = gr.Textbox(
|
| 128 |
+
value="Oh, that's hilarious! [chuckle] Um anyway, we do have a new model in store. It's the SkyNet T-800 series and it's got basically everything. Including AI integration with ChatGPT and um all that jazz. Would you like me to get some prices for you?",
|
| 129 |
label="Text to synthesize (max chars 300)",
|
| 130 |
max_lines=5,
|
| 131 |
elem_id="main_textbox"
|
|
|
|
| 160 |
top_k = gr.Slider(0, 1000, step=10, label="Top K", value=1000)
|
| 161 |
repetition_penalty = gr.Slider(1.00, 2.00, step=0.05, label="Repetition Penalty", value=1.2)
|
| 162 |
min_p = gr.Slider(0.00, 1.00, step=0.01, label="Min P (Set to 0 to disable)", value=0.00)
|
| 163 |
+
norm_loudness = gr.Checkbox(value=True, label="Normalize Loudness (-27 LUFS)")
|
| 164 |
|
| 165 |
# Load on startup (CPU)
|
| 166 |
demo.load(fn=load_model, inputs=[], outputs=[])
|