prithivMLmods commited on
Commit
c18fa63
1 Parent(s): 3ed74c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- 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()
 
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()