prithivMLmods commited on
Commit
48c1746
·
verified ·
1 Parent(s): 68ef240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -9
app.py CHANGED
@@ -425,7 +425,7 @@ examples = [
425
  "Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4k hdr, -- raw, sunset light filter",
426
  "Food photography of a milk shake with flying strawberrys against a pink background, professionally studio shot with cinematic lighting. The image is in the style of a professional studio shot --ar 85:128 --v 6.0 --style raw",
427
  "1boy, male focus, yuuki makoto (persona 3), persona 3, black jacket, white shirt, long sleeves, closed mouth, glowing eyes, gun, hair over one eye, holding gun, handgun, looking at viewer, solo, upper body",
428
- "Super Realism, High-resolution photograph, woman, UHD, photorealistic, shot on a Sony A7III --chaos 20 --ar 1:2 --style raw --stylize 250"
429
  ]
430
 
431
  css = '''
@@ -439,13 +439,6 @@ css = '''
439
  h1 {
440
  text-align: center;
441
  }
442
- .submit-btn {
443
- background-color: #28b2db !important;
444
- color: white !important;
445
- }
446
- .submit-btn:hover {
447
- background-color: #28b2db !important;
448
- }
449
  '''
450
 
451
  title = """<h1 align="center">IMAGINEO 4K : SDXL 🔥</h1>
@@ -467,7 +460,7 @@ with gr.Blocks(css=css) as demo:
467
  placeholder="Enter your prompt",
468
  container=False,
469
  )
470
- run_button = gr.Button("Generate Image As ( 1024 x 1024 ) 🧤", scale=0, elem_classes="submit-btn")
471
 
472
  with gr.Row(visible=True):
473
  model_selection = gr.Dropdown(
 
425
  "Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4k hdr, -- raw, sunset light filter",
426
  "Food photography of a milk shake with flying strawberrys against a pink background, professionally studio shot with cinematic lighting. The image is in the style of a professional studio shot --ar 85:128 --v 6.0 --style raw",
427
  "1boy, male focus, yuuki makoto (persona 3), persona 3, black jacket, white shirt, long sleeves, closed mouth, glowing eyes, gun, hair over one eye, holding gun, handgun, looking at viewer, solo, upper body",
428
+ "Super Realism, High-resolution photograph, woman, UHD, photorealistic, shot on a Sony A7III --chaos 20 --ar 1:2 --style raw --stylize 250 --realism"
429
  ]
430
 
431
  css = '''
 
439
  h1 {
440
  text-align: center;
441
  }
 
 
 
 
 
 
 
442
  '''
443
 
444
  title = """<h1 align="center">IMAGINEO 4K : SDXL 🔥</h1>
 
460
  placeholder="Enter your prompt",
461
  container=False,
462
  )
463
+ run_button = gr.Button("Generate Image As ( 1024 x 1024 ) 🧤", scale=0)
464
 
465
  with gr.Row(visible=True):
466
  model_selection = gr.Dropdown(