nikravan commited on
Commit
4247d0a
·
verified ·
1 Parent(s): 920cce5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ chatbot = gr.ChatInterface(
37
  fn=generate_response,
38
  title="Simple ZeroGPU Chatbot",
39
  description="A simple chatbot using HRM-Text, running on Hugging Face ZeroGPU.",
40
- examples=["Explain why the sky is blue?", "Introduce yourself?", "What's the latest news?"]
41
  )
42
 
43
  if __name__ == "__main__":
 
37
  fn=generate_response,
38
  title="Simple ZeroGPU Chatbot",
39
  description="A simple chatbot using HRM-Text, running on Hugging Face ZeroGPU.",
40
+ examples=["Explain why the sky is blue?", "Introduce yourself", "What's the latest news?"]
41
  )
42
 
43
  if __name__ == "__main__":