Spaces:
Sleeping
Sleeping
Update app.py
Browse filesModified title
app.py
CHANGED
@@ -69,8 +69,9 @@ def generate_response(prompt, temperature, top_p, top_k):
|
|
69 |
|
70 |
# Gradio UI
|
71 |
with gr.Blocks() as demo:
|
72 |
-
gr.Markdown("## ✨ Gemma
|
73 |
gr.Markdown("Use your imagination or try one of the examples below to explore poetic and philosophical responses.")
|
|
|
74 |
|
75 |
examples = [
|
76 |
"Describe a world where clouds are solid and people walk on them",
|
|
|
69 |
|
70 |
# Gradio UI
|
71 |
with gr.Blocks() as demo:
|
72 |
+
gr.Markdown("## ✨ Gemma Psychedelic Model Demo")
|
73 |
gr.Markdown("Use your imagination or try one of the examples below to explore poetic and philosophical responses.")
|
74 |
+
gr.Markdown("Note: this model intentionally hallucinates.")
|
75 |
|
76 |
examples = [
|
77 |
"Describe a world where clouds are solid and people walk on them",
|