antfraia commited on
Commit
497d091
·
1 Parent(s): 03f2172

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -42,10 +42,7 @@ with gr.Blocks() as block:
42
  elem_id="input_voice"
43
  )
44
 
45
- run_button = gr.Button(
46
- text="Generate Voice",
47
- type="button"
48
- )
49
 
50
  out_audio = gr.Audio(
51
  label="Generated Voice",
@@ -63,4 +60,4 @@ with gr.Blocks() as block:
63
  queue=True
64
  )
65
 
66
- block.queue(concurrency_count=1, theme="Monochrome").launch(debug=True)
 
42
  elem_id="input_voice"
43
  )
44
 
45
+ run_button = gr.Button()
 
 
 
46
 
47
  out_audio = gr.Audio(
48
  label="Generated Voice",
 
60
  queue=True
61
  )
62
 
63
+ block.queue(concurrency_count=1).launch(debug=True, theme="Monochrome")