atmcnd commited on
Commit
4372459
·
verified ·
1 Parent(s): 5c536c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -373,9 +373,9 @@ def split_image(image: Image.Image) -> List[Image.Image]:
373
 
374
  with gr.Blocks(delete_cache=(600, 600)) as demo:
375
  gr.Markdown("""
376
- ## Sketch to 3D with TRELLIS
377
- 1. Fast sketch to image with SDXL Flash, using [@xinsir](https://huggingface.co/xinsir) [scribble sdxl controlnet](https://huggingface.co/xinsir/controlnet-scribble-sdxl-1.0) and [sdxl flash](https://huggingface.co/sd-community/sdxl-flash)
378
- 2. Scalable and versatile image to 3D generation using [TRELLIS](https://trellis3d.github.io/)
379
  ### 🎨🖌️ draw or upload a sketch and click "Generate" to create a 3D asset ✨
380
 
381
  """)
 
373
 
374
  with gr.Blocks(delete_cache=(600, 600)) as demo:
375
  gr.Markdown("""
376
+ ## Sketch to 3D
377
+ Sketch your desired building and check the results.
378
+
379
  ### 🎨🖌️ draw or upload a sketch and click "Generate" to create a 3D asset ✨
380
 
381
  """)