Bashir Gulistani
commited on
Commit
•
63f0562
1
Parent(s):
d9d1214
Update app.py
Browse files
app.py
CHANGED
@@ -281,8 +281,6 @@ with gr.Blocks(css=custom_css) as chatbot_interface:
|
|
281 |
|
282 |
|
283 |
|
284 |
-
|
285 |
-
|
286 |
# Combine the two interfaces into a single app with tabs
|
287 |
app = gr.TabbedInterface([chatbot_interface, background_remover_interface], ["AI Chatbot", "Background Remover"])
|
288 |
|
|
|
281 |
|
282 |
|
283 |
|
|
|
|
|
284 |
# Combine the two interfaces into a single app with tabs
|
285 |
app = gr.TabbedInterface([chatbot_interface, background_remover_interface], ["AI Chatbot", "Background Remover"])
|
286 |
|