Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -242,7 +242,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="blue", secondary_hue="sky"), ti
|
|
242 |
shorten_input = gr.Checkbox(label="Shorten Words")
|
243 |
pitch_input = gr.Slider(minimum=0.2, maximum=2.0, step=0.1, value=1.0, label="Pitch", visible=False)
|
244 |
|
245 |
-
sound_gui = gr.Audio(
|
246 |
|
247 |
def update():
|
248 |
print(MODELS)
|
|
|
242 |
shorten_input = gr.Checkbox(label="Shorten Words")
|
243 |
pitch_input = gr.Slider(minimum=0.2, maximum=2.0, step=0.1, value=1.0, label="Pitch", visible=False)
|
244 |
|
245 |
+
sound_gui = gr.Audio(type="filepath",autoplay=False,visible=True)
|
246 |
|
247 |
def update():
|
248 |
print(MODELS)
|