Omnibus commited on
Commit
f403597
·
1 Parent(s): c6fc901

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ with gr.Blocks() as app:
118
  with gr.Tab("Frames"):
119
  frame_btn = gr.Button("Get Frames")
120
  frame_gal = gr.Gallery(columns=6)
121
- frame_file = gr.Files
122
 
123
  with gr.Tab("Rem BG"):
124
  with gr.Row():
 
118
  with gr.Tab("Frames"):
119
  frame_btn = gr.Button("Get Frames")
120
  frame_gal = gr.Gallery(columns=6)
121
+ frame_file = gr.Files()
122
 
123
  with gr.Tab("Rem BG"):
124
  with gr.Row():