PhysHunter
commited on
Commit
•
1684d03
1
Parent(s):
49d422b
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ file_translate = gr.Interface(
|
|
55 |
inputs=gr.Audio(source="upload", type="filepath"),
|
56 |
#outputs=gr.outputs.Textbox(),
|
57 |
outputs=gr.Audio(label="Generated Speech", type="numpy"),
|
58 |
-
examples=[["./example.wav"]],
|
59 |
title=title,
|
60 |
description=description,
|
61 |
)
|
|
|
55 |
inputs=gr.Audio(source="upload", type="filepath"),
|
56 |
#outputs=gr.outputs.Textbox(),
|
57 |
outputs=gr.Audio(label="Generated Speech", type="numpy"),
|
58 |
+
#examples=[["./example.wav"]],
|
59 |
title=title,
|
60 |
description=description,
|
61 |
)
|