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 |
+
"A stylish woman walks down a Tokyo street filled with warm glowing neon and animated city signage. She wears a black leather jacket, a long red dress, and black boots, and carries a black purse. She wears sunglasses and red lipstick. She walks confidently and casually. The street is damp and reflective, creating a mirror effect of the colorful lights. Many pedestrians walk about.",
|
116 |
],
|
117 |
],
|
118 |
fn=run_inference,
|