Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
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
|
| 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__":
|