wyysf commited on
Commit
a5308ba
β€’
1 Parent(s): 60a7ee4

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +2 -0
gradio_app.py CHANGED
@@ -337,6 +337,8 @@ if __name__=="__main__":
337
  if mvimg_model == 'ImageDream':
338
  # input prompt
339
  text = gr.Textbox(label="Prompt (Opt.)", info="only works for ImageDream")
 
 
340
 
341
  with gr.Accordion('Advanced options', open=False):
342
  # negative prompt
 
337
  if mvimg_model == 'ImageDream':
338
  # input prompt
339
  text = gr.Textbox(label="Prompt (Opt.)", info="only works for ImageDream")
340
+ else:
341
+ text = gr.Textbox(label="Prompt (Opt.)", visible=False)
342
 
343
  with gr.Accordion('Advanced options', open=False):
344
  # negative prompt