Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ demo = gr.ChatInterface(
|
|
| 56 |
type="messages",
|
| 57 |
title="🌸 wifuGPT 1.7B Local Chat",
|
| 58 |
description="Running entirely on a free Hugging Face CPU Space instance using optimized GGUF inference.",
|
| 59 |
-
examples=["Hello!
|
| 60 |
cache_examples=False,
|
| 61 |
)
|
| 62 |
|
|
|
|
| 56 |
type="messages",
|
| 57 |
title="🌸 wifuGPT 1.7B Local Chat",
|
| 58 |
description="Running entirely on a free Hugging Face CPU Space instance using optimized GGUF inference.",
|
| 59 |
+
examples=["Hello! "],
|
| 60 |
cache_examples=False,
|
| 61 |
)
|
| 62 |
|