Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -534,7 +534,6 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
534 |
# Adding a predefined gallery section
|
535 |
gr.Markdown("### Generated Images")
|
536 |
predefined_gallery = gr.Gallery(label="Generated Images", columns=3, show_label=False, value=load_predefined_images())
|
537 |
-
|
538 |
#gr.Markdown("⚠️ responsible for ensuring it meets appropriate ethical standards")
|
539 |
gr.Markdown(DESCRIPTIONy)
|
540 |
|
@@ -546,7 +545,6 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
546 |
gr.Markdown("**Note:**")
|
547 |
gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
|
548 |
#gr.HTML(html_content)
|
549 |
-
|
550 |
|
551 |
if __name__ == "__main__":
|
552 |
demo.queue(max_size=40).launch()
|
|
|
534 |
# Adding a predefined gallery section
|
535 |
gr.Markdown("### Generated Images")
|
536 |
predefined_gallery = gr.Gallery(label="Generated Images", columns=3, show_label=False, value=load_predefined_images())
|
|
|
537 |
#gr.Markdown("⚠️ responsible for ensuring it meets appropriate ethical standards")
|
538 |
gr.Markdown(DESCRIPTIONy)
|
539 |
|
|
|
545 |
gr.Markdown("**Note:**")
|
546 |
gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
|
547 |
#gr.HTML(html_content)
|
|
|
548 |
|
549 |
if __name__ == "__main__":
|
550 |
demo.queue(max_size=40).launch()
|