Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
|
@@ -1023,7 +1023,7 @@ with gr.Blocks(title="FashionAI Studio") as demo:
|
|
| 1023 |
make_shared_subtab("Flat Lay & Ghost", "mannequin")
|
| 1024 |
make_shared_subtab("Editorial & Fashion", "editorial")
|
| 1025 |
make_shared_subtab("Detail Shots", "detail")
|
| 1026 |
-
make_background_edit_subtab("Background Edit", "background_edit")
|
| 1027 |
|
| 1028 |
# Bags
|
| 1029 |
with gr.Tab("👜 Bags"):
|
|
|
|
| 1023 |
make_shared_subtab("Flat Lay & Ghost", "mannequin")
|
| 1024 |
make_shared_subtab("Editorial & Fashion", "editorial")
|
| 1025 |
make_shared_subtab("Detail Shots", "detail")
|
| 1026 |
+
# make_background_edit_subtab("Background Edit", "background_edit")
|
| 1027 |
|
| 1028 |
# Bags
|
| 1029 |
with gr.Tab("👜 Bags"):
|