Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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():
|