Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
updating disclaimer format in app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ chatbot_ui = gr.ChatInterface(
|
|
141 |
["Explain why ∂/∂x xⁿ = n·xⁿ⁻¹ holds."],
|
142 |
],
|
143 |
title=" GPT-OSS-120B on AMD MI300X",
|
144 |
-
description="This Space is an Alpha release that demonstrates gpt-oss-120b model running on AMD MI300 infrastructure. The space is built with Apache 2.0 License.",
|
145 |
)
|
146 |
|
147 |
if __name__ == "__main__":
|
|
|
141 |
["Explain why ∂/∂x xⁿ = n·xⁿ⁻¹ holds."],
|
142 |
],
|
143 |
title=" GPT-OSS-120B on AMD MI300X",
|
144 |
+
description="This Space is an Alpha release that demonstrates gpt-oss-120b model running on AMD MI300 infrastructure. The space is built with Apache 2.0 License. ***DISCLAIMER:*** Analysis is provided along with final response to allow users to gain insight into model's chain of thought, but may contain content not deemed suitable to include in final response.",
|
145 |
)
|
146 |
|
147 |
if __name__ == "__main__":
|