Spaces:
Running
Running
Add disclaimer
Browse files
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 |
)
|