Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
aa2fc18
1
Parent(s):
2b08bd1
Update app.py
Browse files
app.py
CHANGED
@@ -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 |
-
|
55 |
-
|
56 |
-
|
57 |
|
58 |
]
|
59 |
|
@@ -261,14 +261,15 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
261 |
api_name="run",
|
262 |
)
|
263 |
|
264 |
-
|
265 |
|
266 |
gr.Markdown(DESCRIPTIONy)
|
267 |
|
268 |
-
|
269 |
|
270 |
-
|
271 |
|
|
|
272 |
|
273 |
if __name__ == "__main__":
|
274 |
demo.queue(max_size=40).launch()
|
|
|
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 |
+
|
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 |
+
gr.HTML(html_content)
|
273 |
|
274 |
if __name__ == "__main__":
|
275 |
demo.queue(max_size=40).launch()
|