Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
3ed74c1
1
Parent(s):
148746c
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,9 @@ def generate(
|
|
133 |
examples = [
|
134 |
"A man dressed in sunglasses and brown jacket, in the style of cypherpunk, timeless beauty, exacting precision, uhd image, aleksandr deyneka, matte background, leather/hide --ar 67:101 --v 5",
|
135 |
"A studio portrait of a brunette model wearing a dress in front of a natural background --v 6.0 --style raw",
|
136 |
-
"Man in the style of dark beige and brown, uhd image, youthful protagonists, nonrepresentational"
|
|
|
|
|
137 |
]
|
138 |
|
139 |
css = '''
|
@@ -249,6 +251,9 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
249 |
api_name="run",
|
250 |
)
|
251 |
|
|
|
|
|
|
|
252 |
if __name__ == "__main__":
|
253 |
demo.queue(max_size=40).launch()
|
254 |
|
|
|
133 |
examples = [
|
134 |
"A man dressed in sunglasses and brown jacket, in the style of cypherpunk, timeless beauty, exacting precision, uhd image, aleksandr deyneka, matte background, leather/hide --ar 67:101 --v 5",
|
135 |
"A studio portrait of a brunette model wearing a dress in front of a natural background --v 6.0 --style raw",
|
136 |
+
"Man in the style of dark beige and brown, uhd image, youthful protagonists, nonrepresentational",
|
137 |
+
"Cityscape in the style of realistic emotive portrait, queer academia, realist detail, california plein air, pensive portraiture, tanbi kei, mote kei",
|
138 |
+
"Dog in the style of hyper-realistic illustrations, pastel colors, soft watercolours, prairiecore, made of insects, monochromatic intensity, miniature and small-scale paintings"
|
139 |
]
|
140 |
|
141 |
css = '''
|
|
|
251 |
api_name="run",
|
252 |
)
|
253 |
|
254 |
+
gr.Markdown("**⚠️Disclaimer:**")
|
255 |
+
gr.Markdown("This space provides realistic image generation, which works better for human faces and portraits. Realistic trigger works properly. users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
|
256 |
+
|
257 |
if __name__ == "__main__":
|
258 |
demo.queue(max_size=40).launch()
|
259 |
|