Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -251,8 +251,8 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
251 |
api_name="run",
|
252 |
)
|
253 |
|
254 |
-
gr.Markdown("**β οΈDisclaimer:**")
|
255 |
-
|
256 |
|
257 |
if __name__ == "__main__":
|
258 |
demo.queue(max_size=40).launch()
|
|
|
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()
|