animan123 commited on
Commit
f9649c7
·
verified ·
1 Parent(s): 4296699

Add disclaimer

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -128,6 +128,8 @@ def build_interface():
128
  gr.Markdown(
129
  f"""
130
  # {title}
 
 
131
  # Check out our [Github](https://github.com/Roblox/cube) to try it on your own machine!
132
  """
133
  )
 
128
  gr.Markdown(
129
  f"""
130
  # {title}
131
+ **Disclaimer:** Content generated through the Hugging Face integration is not moderated by Roblox safety systems.
132
+ Use of this integration is subject to the applicable license terms, and users are solely responsible for outputs generated.
133
  # Check out our [Github](https://github.com/Roblox/cube) to try it on your own machine!
134
  """
135
  )