Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -157,7 +157,7 @@ tab3 = gr.Interface(
|
|
| 157 |
demo = gr.TabbedInterface(
|
| 158 |
[tab1, tab2, tab3],
|
| 159 |
["image", "text", "batch"],
|
| 160 |
-
title="
|
| 161 |
)
|
| 162 |
|
| 163 |
if __name__ == "__main__":
|
|
|
|
| 157 |
demo = gr.TabbedInterface(
|
| 158 |
[tab1, tab2, tab3],
|
| 159 |
["image", "text", "batch"],
|
| 160 |
+
title="Background Removal"
|
| 161 |
)
|
| 162 |
|
| 163 |
if __name__ == "__main__":
|