Blane187 commited on
Commit
3e65c2d
1 Parent(s): 2cee98f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(value=None,type="filepath",autoplay=False,visible=True)
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)