Spaces:
Running
on
L40S
Running
on
L40S
Update gradio_app.py
Browse files- gradio_app.py +2 -2
gradio_app.py
CHANGED
@@ -226,12 +226,12 @@ def generate_and_process_3d(prompt: str) -> tuple[str | None, Image.Image | None
|
|
226 |
# Create Gradio app using Blocks
|
227 |
with gr.Blocks() as demo:
|
228 |
gr.Markdown("# Text to 3D")
|
229 |
-
gr.Markdown("This space is
|
230 |
|
231 |
with gr.Row():
|
232 |
prompt_input = gr.Text(
|
233 |
label="Enter your prompt",
|
234 |
-
placeholder="eg. isometric 3D
|
235 |
)
|
236 |
|
237 |
with gr.Row():
|
|
|
226 |
# Create Gradio app using Blocks
|
227 |
with gr.Blocks() as demo:
|
228 |
gr.Markdown("# Text to 3D")
|
229 |
+
gr.Markdown("This space is based on [Stable Point-Aware 3D](https://huggingface.co/spaces/stabilityai/stable-point-aware-3d) by Stability AI.")
|
230 |
|
231 |
with gr.Row():
|
232 |
prompt_input = gr.Text(
|
233 |
label="Enter your prompt",
|
234 |
+
placeholder="eg. isometric 3D castle"
|
235 |
)
|
236 |
|
237 |
with gr.Row():
|