Wuvin commited on
Commit
c07e086
1 Parent(s): b742deb
Files changed (1) hide show
  1. gradio_app/gradio_3dgen.py +1 -1
gradio_app/gradio_3dgen.py CHANGED
@@ -41,7 +41,7 @@ def create_ui(concurrency_id="wkl"):
41
  examples=example_fns,
42
  inputs=[input_image],
43
  cache_examples=False,
44
- label='Examples (click one of the images below to start)',
45
  examples_per_page=12
46
  )
47
 
 
41
  examples=example_fns,
42
  inputs=[input_image],
43
  cache_examples=False,
44
+ label='Examples',
45
  examples_per_page=12
46
  )
47