ZORYE commited on
Commit
f134ee6
·
verified ·
1 Parent(s): 825a634

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ with gr.Blocks() as app:
134
  process_button = gr.Button("처리 시작 🚀")
135
  output_text = gr.Textbox(label="결과", lines=20)
136
  download_log = gr.File(label="결과 로그 다운로드")
137
- download_images = gr.File(label="다운로드한 이미지들", file_types=['.png'], interactive=True, multiple=True)
138
 
139
  process_button.click(
140
  fn=process_multiple_urls,
 
134
  process_button = gr.Button("처리 시작 🚀")
135
  output_text = gr.Textbox(label="결과", lines=20)
136
  download_log = gr.File(label="결과 로그 다운로드")
137
+ download_images = gr.Files(label="다운로드한 이미지들", file_types=['.png'], interactive=True)
138
 
139
  process_button.click(
140
  fn=process_multiple_urls,