Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
·
66ca704
1
Parent(s):
bfae475
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ with block:
|
|
114 |
outputs="audio",
|
115 |
examples=examples,
|
116 |
)
|
117 |
-
with gr.TabItem("Record your voice"):
|
118 |
iface = gr.Interface(
|
119 |
inference_own_voice,
|
120 |
inputs=[
|
|
|
114 |
outputs="audio",
|
115 |
examples=examples,
|
116 |
)
|
117 |
+
with gr.TabItem("Record your voice (experimental, might not work well)"):
|
118 |
iface = gr.Interface(
|
119 |
inference_own_voice,
|
120 |
inputs=[
|