wyysf commited on
Commit
60a7ee4
1 Parent(s): cd2366d

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -330,7 +330,7 @@ if __name__=="__main__":
330
  with gr.Row():
331
  seed = gr.Number(0, label='Seed', show_label=True)
332
  mvimg_model = gr.Dropdown(value="CRM", label="MV Image Model", choices=list(mvimg_model_config_list))
333
- more = gr.CheckboxGroup(["Remesh", "Symmetry(TBD)"], label="More", show_label=False)
334
 
335
  @gr.render(inputs=mvimg_model)
336
  def show_split(mvimg_model):
 
330
  with gr.Row():
331
  seed = gr.Number(0, label='Seed', show_label=True)
332
  mvimg_model = gr.Dropdown(value="CRM", label="MV Image Model", choices=list(mvimg_model_config_list))
333
+ more = gr.CheckboxGroup(["Remesh"], label="More", show_label=False)
334
 
335
  @gr.render(inputs=mvimg_model)
336
  def show_split(mvimg_model):