patrickvonplaten commited on
Commit
eb85cb3
1 Parent(s): 8026eab
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ gr.Interface(
32
  fn=restore,
33
  inputs=[
34
  gr.inputs.Audio(source="upload", type="filepath"),
35
- gr.inputs.Text(default="", label="normalized text")
36
  ],
37
  outputs=[
38
  gr.outputs.Textbox(label='Restored text'),
 
32
  fn=restore,
33
  inputs=[
34
  gr.inputs.Audio(source="upload", type="filepath"),
35
+ gr.inputs.Textbox(default="", label="normalized text")
36
  ],
37
  outputs=[
38
  gr.outputs.Textbox(label='Restored text'),