prithivMLmods commited on
Commit
3fa8ec1
·
verified ·
1 Parent(s): a646421

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -15
app.py CHANGED
@@ -31,13 +31,13 @@ DESCRIPTIONx = """## STABLE HAMSTER 🐹
31
 
32
  """
33
 
34
- #DESCRIPTIONy = """
35
- # <p align="left">
36
- # <a title="Github" href="https://github.com/PRITHIVSAKTHIUR/Stable-Hamster" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
37
- # <img src="https://img.shields.io/github/stars/PRITHIVSAKTHIUR/Stable-Hamster?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
38
- # </a>
39
- # </p>
40
- #"""
41
 
42
 
43
  css = '''
@@ -51,9 +51,9 @@ footer {
51
  examples = [
52
  "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)",
53
  "Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4K"
54
- # "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",
55
- # "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",
56
- # "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 "
57
 
58
  ]
59
 
@@ -261,13 +261,13 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
261
  api_name="run",
262
  )
263
 
264
- gr.HTML(html_content)
265
 
266
- #gr.Markdown(DESCRIPTIONy)
267
-
268
- #gr.Markdown("**Disclaimer:**")
269
 
270
- #gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
271
 
272
 
273
  if __name__ == "__main__":
 
31
 
32
  """
33
 
34
+ DESCRIPTIONy = """
35
+ <p align="left">
36
+ <a title="Github" href="https://github.com/PRITHIVSAKTHIUR/Stable-Hamster" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
37
+ <img src="https://img.shields.io/github/stars/PRITHIVSAKTHIUR/Stable-Hamster?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
38
+ </a>
39
+ </p>
40
+ """
41
 
42
 
43
  css = '''
 
51
  examples = [
52
  "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)",
53
  "Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4K"
54
+ "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",
55
+ "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",
56
+ "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 "
57
 
58
  ]
59
 
 
261
  api_name="run",
262
  )
263
 
264
+ #gr.HTML(html_content)
265
 
266
+ gr.Markdown(DESCRIPTIONy)
267
+
268
+ gr.Markdown("**Note:**")
269
 
270
+ gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
271
 
272
 
273
  if __name__ == "__main__":