imenLa commited on
Commit
a3419d8
·
verified ·
1 Parent(s): 908a29b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def generate_audio(inputs):
66
  demo = gr.Interface(
67
  title= title,
68
  description=description,
69
- generate_audio,
70
  examples = examples,
71
  inputs= gr.Text(label="Input Text"),
72
  outputs ="audio")
 
66
  demo = gr.Interface(
67
  title= title,
68
  description=description,
69
+ fn=generate_audio,
70
  examples = examples,
71
  inputs= gr.Text(label="Input Text"),
72
  outputs ="audio")