thesab commited on
Commit
7ad246b
·
verified ·
1 Parent(s): b398927

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ with gr.Blocks() as block:
70
  )
71
 
72
  run_button = gr.Button(
73
- text="Generate Voice",
74
  type="button"
75
  )
76
 
 
70
  )
71
 
72
  run_button = gr.Button(
73
+ value="Generate Voice",
74
  type="button"
75
  )
76