MAKHLWF commited on
Commit
0dbdd25
·
1 Parent(s): 372ee76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ iface = gr.Interface(
17
  outputs=gr.outputs.Audio(type="numpy", label="Voice"),
18
  title="Text to Speech",
19
  description="Enter text and click 'Generate' to convert it to speech.",
20
- theme="compact",
21
- live=True,
22
  )
23
 
24
  iface.launch()
 
17
  outputs=gr.outputs.Audio(type="numpy", label="Voice"),
18
  title="Text to Speech",
19
  description="Enter text and click 'Generate' to convert it to speech.",
20
+ theme="default",
21
+ live=False, # Set live to False to use a "Generate" button
22
  )
23
 
24
  iface.launch()