arjunbroepic commited on
Commit
2ded7b9
·
verified ·
1 Parent(s): 494e9fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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! Introduce yourself.", "Write a short poem about coding in Python."],
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