VOIDER commited on
Commit
9af4d11
·
verified ·
1 Parent(s): 26235ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -300,8 +300,7 @@ with gr.Blocks(title="Ultimate Image Aesthetic Evaluator") as demo:
300
  label="Upload Images",
301
  type="pil",
302
  image_mode="RGB",
303
- interactive=True,
304
- multiple=True
305
  )
306
  evaluate_button = gr.Button("Evaluate Images")
307
  with gr.Column():
 
300
  label="Upload Images",
301
  type="pil",
302
  image_mode="RGB",
303
+ interactive=True
 
304
  )
305
  evaluate_button = gr.Button("Evaluate Images")
306
  with gr.Column():