waynewang1119 commited on
Commit
7583a42
·
verified ·
1 Parent(s): a346570

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",