Sangjun2 commited on
Commit
5d570d0
Β·
verified Β·
1 Parent(s): a751e10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,7 +265,7 @@ with gr.Blocks(css=css) as iface:
265
  image_uploader = gr.File(file_count="single", file_types=["image"], visible=True)
266
  folder_uploader = gr.File(file_count="directory", file_types=["image"], visible=False, height=50)
267
  folder_reupload_button = gr.Button("폴더 μ—…λ‘œλ“œ", visible=False)
268
- model_type=gr.Dropdown(["VAIV_DePlot","gpt-4o-mini","all"],value="VAIV_DePlot",label="model",multiselect=True)
269
  image_displayer = gr.Image(visible=True)
270
  image_name = gr.Text("", visible=True)
271
  with gr.Row():
 
265
  image_uploader = gr.File(file_count="single", file_types=["image"], visible=True)
266
  folder_uploader = gr.File(file_count="directory", file_types=["image"], visible=False, height=50)
267
  folder_reupload_button = gr.Button("폴더 μ—…λ‘œλ“œ", visible=False)
268
+ model_type=gr.Dropdown(["VAIV_DePlot","gpt-4o-mini","all"],value="all",label="model",multiselect=True)
269
  image_displayer = gr.Image(visible=True)
270
  image_name = gr.Text("", visible=True)
271
  with gr.Row():