Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -198,8 +198,7 @@ tab_text = gr.Interface(
|
|
198 |
],
|
199 |
outputs=gr.ImageSlider(label="BiRefNet's prediction", type="pil", format='png'),
|
200 |
api_name="URL",
|
201 |
-
|
202 |
-
)
|
203 |
|
204 |
tab_batch = gr.Interface(
|
205 |
fn=predict,
|
|
|
198 |
],
|
199 |
outputs=gr.ImageSlider(label="BiRefNet's prediction", type="pil", format='png'),
|
200 |
api_name="URL",
|
201 |
+
)
|
|
|
202 |
|
203 |
tab_batch = gr.Interface(
|
204 |
fn=predict,
|