ginipick commited on
Commit
3cec5e4
ยท
verified ยท
1 Parent(s): 501e52e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -18
app.py CHANGED
@@ -303,24 +303,7 @@ with gr.Blocks(
303
 
304
  # Gradio ์ธํ„ฐํŽ˜์ด์Šค ๋ถ€๋ถ„์—์„œ Examples ์„น์…˜์„ ๋‹ค์Œ๊ณผ ๊ฐ™์ด ์ˆ˜์ •
305
 
306
- # Examples ์„น์…˜
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()