Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ def main():
|
|
112 |
gr.Examples(
|
113 |
examples=[
|
114 |
[
|
115 |
-
"
|
116 |
],
|
117 |
],
|
118 |
fn=run_inference,
|
|
|
112 |
gr.Examples(
|
113 |
examples=[
|
114 |
[
|
115 |
+
"3D animation of a small, round, fluffy creature with big, expressive eyes explores a vibrant, enchanted forest. The creature, a whimsical blend of a rabbit and a squirrel, has soft blue fur and a bushy, striped tail. It hops along a sparkling stream, its eyes wide with wonder. The forest is alive with magical elements: flowers that glow and change colors, trees with leaves in shades of purple and silver, and small floating lights that resemble fireflies. The creature stops to interact playfully with a group of tiny, fairy-like beings dancing around a mushroom ring. The creature looks up in awe at a large, glowing tree that seems to be the heart of the forest.",
|
116 |
],
|
117 |
],
|
118 |
fn=run_inference,
|