Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -303,24 +303,7 @@ with gr.Blocks(
|
|
303 |
|
304 |
# Gradio ์ธํฐํ์ด์ค ๋ถ๋ถ์์ Examples ์น์
์ ๋ค์๊ณผ ๊ฐ์ด ์์
|
305 |
|
306 |
-
|
307 |
-
with gr.Row():
|
308 |
-
gr.Examples(
|
309 |
-
label="Example Prompts",
|
310 |
-
examples=[
|
311 |
-
"A 3D Star Wars Darth Vader helmet, highly detailed metallic finish",
|
312 |
-
"A 3D Iron Man mask with glowing eyes and metallic red-gold finish",
|
313 |
-
"A 3D Pokemon Pikachu figure with glossy surface",
|
314 |
-
"A 3D geometric abstract cube transforming into a sphere, metallic finish",
|
315 |
-
"A 3D steampunk mechanical heart with brass and copper details",
|
316 |
-
"A 3D crystal dragon with transparent iridescent scales",
|
317 |
-
"A 3D futuristic hovering drone with neon light accents",
|
318 |
-
"A 3D ancient Greek warrior helmet with ornate details",
|
319 |
-
"A 3D robotic butterfly with mechanical wings and metallic finish",
|
320 |
-
"A 3D floating magical crystal orb with internal energy swirls"
|
321 |
-
],
|
322 |
-
inputs=prompt
|
323 |
-
)
|
324 |
|
325 |
def update_seed():
|
326 |
return get_random_seed()
|
|
|
303 |
|
304 |
# Gradio ์ธํฐํ์ด์ค ๋ถ๋ถ์์ Examples ์น์
์ ๋ค์๊ณผ ๊ฐ์ด ์์
|
305 |
|
306 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
307 |
|
308 |
def update_seed():
|
309 |
return get_random_seed()
|