Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -176,7 +176,8 @@ with gr.Blocks() as demo:
|
|
| 176 |
label="Conversation",
|
| 177 |
modality="audio",
|
| 178 |
mode="send-receive",
|
| 179 |
-
rtc_configuration=get_twilio_turn_credentials()
|
|
|
|
| 180 |
)
|
| 181 |
with gr.Column(scale=5):
|
| 182 |
chatbot = gr.Chatbot(label="Conversation", value=[], type="messages")
|
|
|
|
| 176 |
label="Conversation",
|
| 177 |
modality="audio",
|
| 178 |
mode="send-receive",
|
| 179 |
+
rtc_configuration=get_twilio_turn_credentials(),
|
| 180 |
+
icon="openai-logo.svg",
|
| 181 |
)
|
| 182 |
with gr.Column(scale=5):
|
| 183 |
chatbot = gr.Chatbot(label="Conversation", value=[], type="messages")
|