Steveeeeeeen HF Staff commited on
Commit
d1c6e7d
·
verified ·
1 Parent(s): 6ceb8de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -11
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
- <h1 style='text-align: center'>
80
- Talk to Smolvox Smollm2 (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
 
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