Spaces:
Build error
Build error
Commit
·
25c31ff
1
Parent(s):
c40c475
Update app.py
Browse files
app.py
CHANGED
@@ -275,7 +275,7 @@ history = {"character": "None", "message_history" : [] }
|
|
275 |
|
276 |
interface_full = gr.Interface(fn=greet_stt_to_tts,
|
277 |
inputs=[gr.inputs.Dropdown(personality_choices),
|
278 |
-
gr.inputs.Audio(source="microphone", type="filepath"
|
279 |
"state"],
|
280 |
outputs=["html","state",gr.outputs.Audio(type="file")],
|
281 |
css=css, title="Chat with Your Voice", description=description,article=article ,
|
|
|
275 |
|
276 |
interface_full = gr.Interface(fn=greet_stt_to_tts,
|
277 |
inputs=[gr.inputs.Dropdown(personality_choices),
|
278 |
+
gr.inputs.Audio(source="microphone", type="filepath") ,
|
279 |
"state"],
|
280 |
outputs=["html","state",gr.outputs.Audio(type="file")],
|
281 |
css=css, title="Chat with Your Voice", description=description,article=article ,
|