prithivMLmods commited on
Commit
2981c6b
·
verified ·
1 Parent(s): 696a67d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -187,11 +187,7 @@ def generate(
187
  return image_paths, seed
188
 
189
  examples = [
190
- "3d image, cute girl, in the style of Pixar --ar 1:2 --stylize 750, 4K resolution highlights, Sharp focus, octane render, ray tracing, Ultra-High-Definition, 8k, UHD, HDR, (Masterpiece:1.5), (best quality:1.5)",
191
- "A glass cup of cold coffee placed on a rustic wooden table, surrounded by soft morning light. The coffee is rich, dark, and topped with a light layer of creamy froth, droplets of condensation sliding down the glass.",
192
- "Vector illustration of a horse, vector graphic design with flat colors on an brown background in the style of vector art, using simple shapes and graphics with simple details, professionally designed as a tshirt logo ready for print on a white background. --ar 89:82 --v 6.0 --style raw",
193
- "Man in brown leather jacket posing for camera, in the style of sleek and stylized, clockpunk, subtle shades, exacting precision, ferrania p30 --ar 67:101 --v 5",
194
- "Commercial photography, giant burger, white lighting, studio light, 8k octane rendering, high resolution photography, insanely detailed, fine details, on white isolated plain, 8k, commercial photography, stock photo, professional color grading, --v 4 --ar 9:16 "
195
  ]
196
 
197
  css = '''
@@ -206,7 +202,7 @@ footer {
206
  visibility: hidden; /* Existing style */
207
  }
208
  '''
209
- with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
210
  gr.Markdown(DESCRIPTION)
211
  with gr.Group():
212
  with gr.Row():
 
187
  return image_paths, seed
188
 
189
  examples = [
190
+ "3d image, cute girl, in the style of pixar ",
 
 
 
 
191
  ]
192
 
193
  css = '''
 
202
  visibility: hidden; /* Existing style */
203
  }
204
  '''
205
+ with gr.Blocks(css=css) as demo:
206
  gr.Markdown(DESCRIPTION)
207
  with gr.Group():
208
  with gr.Row():