Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -250,7 +250,7 @@ tab_batch = gr.Interface(
|
|
250 |
demo = gr.TabbedInterface(
|
251 |
[tab_image, tab_text, tab_batch],
|
252 |
['image', 'URL', 'batch'],
|
253 |
-
title="
|
254 |
)
|
255 |
|
256 |
if __name__ == "__main__":
|
|
|
250 |
demo = gr.TabbedInterface(
|
251 |
[tab_image, tab_text, tab_batch],
|
252 |
['image', 'URL', 'batch'],
|
253 |
+
title="Lot Lingo Background Removal Demo",
|
254 |
)
|
255 |
|
256 |
if __name__ == "__main__":
|