prithivMLmods commited on
Commit
0dad951
1 Parent(s): cadf53b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -180,8 +180,6 @@ def apply_style(style_name: str, positive: str, negative: str = "") -> Tuple[str
180
 
181
  DESCRIPTION = """## IMAGINEO 4K 🏞️
182
 
183
- Boötes Collage mimics the functions, but is not exactly the same. This space is an experimental space.
184
-
185
  """
186
 
187
 
@@ -464,5 +462,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
464
  api_name="run",
465
  )
466
 
 
 
467
  if __name__ == "__main__":
468
  demo.queue(max_size=20).launch()
 
180
 
181
  DESCRIPTION = """## IMAGINEO 4K 🏞️
182
 
 
 
183
  """
184
 
185
 
 
462
  api_name="run",
463
  )
464
 
465
+ gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
466
+
467
  if __name__ == "__main__":
468
  demo.queue(max_size=20).launch()