Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -76,17 +76,17 @@ def respond_text(user_text: str, transformers_chat: list[dict], conversation: li
|
|
76 |
with gr.Blocks() as demo:
|
77 |
gr.HTML(
|
78 |
"""
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
)
|
91 |
|
92 |
# Shared conversation state
|
|
|
76 |
with gr.Blocks() as demo:
|
77 |
gr.HTML(
|
78 |
"""
|
79 |
+
<h1 style='text-align: center'>
|
80 |
+
Talk to Ultravox Llama 3.1 8b (Powered by WebRTC ⚡️)
|
81 |
+
</h1>
|
82 |
+
<p style='text-align: center'>
|
83 |
+
Once you grant access to your microphone, you can talk naturally to Ultravox.
|
84 |
+
When you stop talking, the audio will be sent for processing.
|
85 |
+
</p>
|
86 |
+
<p style='text-align: center'>
|
87 |
+
Each conversation is limited to 90 seconds. Once the time limit is up you can rejoin the conversation.
|
88 |
+
</p>
|
89 |
+
"""
|
90 |
)
|
91 |
|
92 |
# Shared conversation state
|