Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
d114777
1
Parent(s):
0c9467d
Update app.py
Browse files
app.py
CHANGED
@@ -261,15 +261,15 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
261 |
api_name="run",
|
262 |
)
|
263 |
# Adding a predefined gallery section
|
|
|
264 |
gr.Markdown("### Generated Images")
|
265 |
predefined_gallery = gr.Gallery(label="Generated Images", columns=3, show_label=False, value=load_predefined_images())
|
266 |
|
267 |
-
gr.Markdown("**Disclaimer:**")
|
268 |
-
|
|
|
269 |
|
270 |
-
gr.Markdown("**Note:**")
|
271 |
gr.Markdown("⚠️users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
|
272 |
|
273 |
if __name__ == "__main__":
|
274 |
-
demo.queue(max_size=40).launch()
|
275 |
-
|
|
|
261 |
api_name="run",
|
262 |
)
|
263 |
# Adding a predefined gallery section
|
264 |
+
|
265 |
gr.Markdown("### Generated Images")
|
266 |
predefined_gallery = gr.Gallery(label="Generated Images", columns=3, show_label=False, value=load_predefined_images())
|
267 |
|
268 |
+
gr.Markdown("**Disclaimer/Note:**")
|
269 |
+
|
270 |
+
gr.Markdown("🙀This space provides realistic image generation, which works better for human faces and portraits. Realistic trigger works properly, better for photorealistic trigger words, close-up shots, face diffusion, male, female characters.")
|
271 |
|
|
|
272 |
gr.Markdown("⚠️users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
|
273 |
|
274 |
if __name__ == "__main__":
|
275 |
+
demo.queue(max_size=40).launch()
|
|