Spaces:
Build error
Build error
Commit
·
2323879
1
Parent(s):
b43b78b
Update app.py
Browse files
app.py
CHANGED
|
@@ -281,11 +281,11 @@ history = {"character": "None", "message_history" : [] }
|
|
| 281 |
|
| 282 |
interface_full = gr.Interface(fn=greet_stt_to_tts,
|
| 283 |
inputs=[gr.Dropdown(personality_choices),
|
| 284 |
-
gr.Audio(source="microphone", type="numpy", label="Record Audio"
|
| 285 |
"state"],
|
| 286 |
outputs=["html","state",gr.Audio(type="filepath")],
|
| 287 |
css=css, title="Chat with Your Voice", description=description,article=article ,
|
| 288 |
-
live=
|
| 289 |
|
| 290 |
|
| 291 |
interface_mic = gr.Interface(fn=greet,
|
|
|
|
| 281 |
|
| 282 |
interface_full = gr.Interface(fn=greet_stt_to_tts,
|
| 283 |
inputs=[gr.Dropdown(personality_choices),
|
| 284 |
+
gr.Audio(source="microphone", type="numpy", label="Record Audio") ,
|
| 285 |
"state"],
|
| 286 |
outputs=["html","state",gr.Audio(type="filepath")],
|
| 287 |
css=css, title="Chat with Your Voice", description=description,article=article ,
|
| 288 |
+
live=False)
|
| 289 |
|
| 290 |
|
| 291 |
interface_mic = gr.Interface(fn=greet,
|