Commit
·
eb85cb3
1
Parent(s):
8026eab
up
Browse files
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.
|
| 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'),
|