Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -296,7 +296,7 @@ demo = gr.Interface(
|
|
| 296 |
),
|
| 297 |
gr.Audio(sources=["upload"], type="filepath", label="Voice Print Audio"),
|
| 298 |
gr.Audio(sources=["upload"], type="filepath", label="Full Audio"),
|
| 299 |
-
gr.Textbox(value="
|
| 300 |
],
|
| 301 |
outputs=[
|
| 302 |
gr.Textbox(label="Transcript"),
|
|
|
|
| 296 |
),
|
| 297 |
gr.Audio(sources=["upload"], type="filepath", label="Voice Print Audio"),
|
| 298 |
gr.Audio(sources=["upload"], type="filepath", label="Full Audio"),
|
| 299 |
+
gr.Textbox(value="DKR", label="Speaker Name for Voice Print")
|
| 300 |
],
|
| 301 |
outputs=[
|
| 302 |
gr.Textbox(label="Transcript"),
|