Spaces:
Starting
Starting
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
|
@@ -243,7 +243,7 @@ demo = gr.Interface(
|
|
| 243 |
)
|
| 244 |
],
|
| 245 |
title="Text to 3D",
|
| 246 |
-
description="
|
| 247 |
)
|
| 248 |
|
| 249 |
if __name__ == "__main__":
|
|
|
|
| 243 |
)
|
| 244 |
],
|
| 245 |
title="Text to 3D",
|
| 246 |
+
description="This space is based on Stable Point-Aware 3D by Stability AI.",
|
| 247 |
)
|
| 248 |
|
| 249 |
if __name__ == "__main__":
|