Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -189,7 +189,7 @@ demo = gr.Interface(
|
|
189 |
source="upload",
|
190 |
label="Please upload a voice to clone (max. 15mb)",
|
191 |
),
|
192 |
-
gr.Audio(source="microphone", type="filepath", streaming=True),
|
193 |
],
|
194 |
outputs="audio",
|
195 |
title="Reunion - Remember Your Loved Ones",
|
|
|
189 |
source="upload",
|
190 |
label="Please upload a voice to clone (max. 15mb)",
|
191 |
),
|
192 |
+
# gr.Audio(source="microphone", type="filepath", streaming=True),
|
193 |
],
|
194 |
outputs="audio",
|
195 |
title="Reunion - Remember Your Loved Ones",
|