Mrchuw commited on
Commit
fdddb67
1 Parent(s): 6e731a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def build():
99
  out5 = gr.Image()
100
  out6 = gr.Image()
101
  with gr.Row():
102
- btn3 = gr.Button("Download")
103
  caixa = gr.File(file_count="multiple", file_types=["text", ".json", ".csv", "image"])
104
 
105
  with gr.Row(visible=False):
 
99
  out5 = gr.Image()
100
  out6 = gr.Image()
101
  with gr.Row():
102
+ # btn3 = gr.Button("Download")
103
  caixa = gr.File(file_count="multiple", file_types=["text", ".json", ".csv", "image"])
104
 
105
  with gr.Row(visible=False):