prithivMLmods commited on
Commit
dad15dc
·
verified ·
1 Parent(s): 9def239

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -23,8 +23,8 @@ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
23
  #html_content = f'<iframe src="{html_file_url}" style="width:100%; height:180px; border:none;"></iframe>'
24
  #html_file_url = "https://prithivmlmods-static-loading-theme.static.hf.space/index.html"
25
 
26
- html_file_url = "https://prithivhamster.vercel.app/"
27
- html_content = f'<iframe src="{html_file_url}" style="width:100%; height:400px; border:none"></iframe>'
28
 
29
  DESCRIPTIONx = """## STABLE HAMSTER 🐹
30
 
@@ -41,6 +41,8 @@ footer {
41
  examples = [
42
  "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)",
43
  "Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4K",
 
 
44
  ]
45
 
46
 
@@ -245,6 +247,6 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
245
  outputs=[result, seed],
246
  api_name="run",
247
  )
248
- gr.HTML(html_content)
249
  if __name__ == "__main__":
250
  demo.queue(max_size=40).launch()
 
23
  #html_content = f'<iframe src="{html_file_url}" style="width:100%; height:180px; border:none;"></iframe>'
24
  #html_file_url = "https://prithivmlmods-static-loading-theme.static.hf.space/index.html"
25
 
26
+ #html_file_url = "https://prithivhamster.vercel.app/"
27
+ #html_content = f'<iframe src="{html_file_url}" style="width:100%; height:400px; border:none"></iframe>'
28
 
29
  DESCRIPTIONx = """## STABLE HAMSTER 🐹
30
 
 
41
  examples = [
42
  "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)",
43
  "Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4K",
44
+ "Inside a cozy campervan, comfy bed and warm blanket, plants, flowers, decoration, view from the back on quiet beach, sunrise, peaceful, vibrant colors.",
45
+ "Photorealistic Image of a Lonely Boy and Dog in Sunny Field, Golden Hour Lighting, Soft Focus, High Resolution (4K), 50mm Lens, Close-Up Shot, Natural Lighting.",
46
  ]
47
 
48
 
 
247
  outputs=[result, seed],
248
  api_name="run",
249
  )
250
+ #gr.HTML(html_content)
251
  if __name__ == "__main__":
252
  demo.queue(max_size=40).launch()