Spaces:
Build error
Build error
Commit
·
b66e729
1
Parent(s):
9c5a4fa
Update app.py
Browse files
app.py
CHANGED
@@ -285,7 +285,7 @@ interface_full = gr.Interface(fn=greet_stt_to_tts,
|
|
285 |
inputs=[gr.Dropdown(personality_choices),
|
286 |
gr.Audio(source="microphone", type="filepath", label="Record Audio for STT") ,
|
287 |
gr.Audio(type="filepath", label="Character Audio Voice Reference"),
|
288 |
-
"state", gr.Checkbox(label="Use Your Microphone for character Voice?", value=
|
289 |
outputs=["html","state",gr.Audio(type="filepath")],
|
290 |
css=css, title="Chat with Your Voice", description=description,article=article ,
|
291 |
live=False)
|
|
|
285 |
inputs=[gr.Dropdown(personality_choices),
|
286 |
gr.Audio(source="microphone", type="filepath", label="Record Audio for STT") ,
|
287 |
gr.Audio(type="filepath", label="Character Audio Voice Reference"),
|
288 |
+
"state", gr.Checkbox(label="Use Your Microphone for character Voice?", value=True)],
|
289 |
outputs=["html","state",gr.Audio(type="filepath")],
|
290 |
css=css, title="Chat with Your Voice", description=description,article=article ,
|
291 |
live=False)
|