JiantaoLin commited on
Commit
5db6228
Β·
1 Parent(s): a335e9e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -392,7 +392,7 @@ with gr.Blocks(css="""
392
  with gr.TabItem('Text-to-3D', id='tab_text_to_3d'):
393
  with gr.Row():
394
  with gr.Column(scale=1):
395
- prompt = gr.Textbox(value="", label="Input Prompt", lines=4)
396
  seed1 = gr.Number(value=10, label="Seed")
397
 
398
  with gr.Row(elem_id="example-container"):
 
392
  with gr.TabItem('Text-to-3D', id='tab_text_to_3d'):
393
  with gr.Row():
394
  with gr.Column(scale=1):
395
+ prompt = gr.Textbox(value="", label="Input Prompt", lines=4, placeholder="input prompt here, english or chinese")
396
  seed1 = gr.Number(value=10, label="Seed")
397
 
398
  with gr.Row(elem_id="example-container"):