jbilcke-hf HF staff commited on
Commit
6599110
·
verified ·
1 Parent(s): af1d9cb

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. 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 base on Stable Point-Awaire 3D by Stability AI.")
230
 
231
  with gr.Row():
232
  prompt_input = gr.Text(
233
  label="Enter your prompt",
234
- placeholder="eg. isometric 3D game castle"
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():