arpit13 commited on
Commit
4c48bbd
·
verified ·
1 Parent(s): 4da6cb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ chat_interface = gr.Interface(
50
  fn=chatbot,
51
  inputs=[gr.Audio(source="microphone", type="file"), "state"], # Added speech-to-text input
52
  outputs=["chatbot", "state"],
53
- live=True,
54
  title="Meet your Personal Assistant: Your Helpful and Caring Chatbot",
55
  description="This chatbot is here to help you with anything you need, whether it’s answering questions, offering support, or guiding you through tasks. With a friendly and empathetic approach, it listens carefully to your concerns and provides thoughtful, understanding responses. Whether you’re seeking information or just someone to chat with, our chatbot is designed to make you feel heard and supported. It’s more than just a tool—it’s a companion dedicated to making your day easier and more enjoyable.",
56
  )
 
50
  fn=chatbot,
51
  inputs=[gr.Audio(source="microphone", type="file"), "state"], # Added speech-to-text input
52
  outputs=["chatbot", "state"],
53
+ live=False,
54
  title="Meet your Personal Assistant: Your Helpful and Caring Chatbot",
55
  description="This chatbot is here to help you with anything you need, whether it’s answering questions, offering support, or guiding you through tasks. With a friendly and empathetic approach, it listens carefully to your concerns and provides thoughtful, understanding responses. Whether you’re seeking information or just someone to chat with, our chatbot is designed to make you feel heard and supported. It’s more than just a tool—it’s a companion dedicated to making your day easier and more enjoyable.",
56
  )