Spaces:
Runtime error
Runtime error
SuS-pension
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -109,12 +109,7 @@ tab3 = gr.Interface(
|
|
109 |
batch_fn,
|
110 |
inputs=batch_image,
|
111 |
outputs=gr.File(label="Download Processed Files"),
|
112 |
-
api_name="batch"
|
113 |
-
css="""
|
114 |
-
#component-37 {
|
115 |
-
display: none;
|
116 |
-
}
|
117 |
-
"""
|
118 |
)
|
119 |
|
120 |
demo = gr.TabbedInterface(
|
|
|
109 |
batch_fn,
|
110 |
inputs=batch_image,
|
111 |
outputs=gr.File(label="Download Processed Files"),
|
112 |
+
api_name="batch"
|
|
|
|
|
|
|
|
|
|
|
113 |
)
|
114 |
|
115 |
demo = gr.TabbedInterface(
|