Spaces:
sariyam
/
Runtime error

sariyam commited on
Commit
87d8c97
·
verified ·
1 Parent(s): 551235b

Update hg_app.py

Browse files
Files changed (1) hide show
  1. hg_app.py +1 -1
hg_app.py CHANGED
@@ -268,7 +268,7 @@ def build_app():
268
 
269
  #with gr.Tab('Text Prompt', id='tab_txt_prompt', visible=HAS_T2I) as tab_tp:
270
  with gr.Tab('Text Prompt', id='tab_txt_prompt') as tab_tp:
271
- caption = gr.Textbox(label='Text Prompt',
272
  placeholder='HunyuanDiT will be used to generate image.',
273
  info='Example: A 3D model of a cute cat, white background')
274
 
 
268
 
269
  #with gr.Tab('Text Prompt', id='tab_txt_prompt', visible=HAS_T2I) as tab_tp:
270
  with gr.Tab('Text Prompt', id='tab_txt_prompt') as tab_tp:
271
+ caption = gr.Textbox(lines = 5 , label='Text Prompt',
272
  placeholder='HunyuanDiT will be used to generate image.',
273
  info='Example: A 3D model of a cute cat, white background')
274