Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,10 +10,9 @@ with gr.Blocks() as demo:
|
|
10 |
with gr.Group():
|
11 |
with gr.Tab("Generate Story"):
|
12 |
story_generation_ui()
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
# image_edition_ui()
|
17 |
with gr.Tab("Generate Image and Remove Background"):
|
18 |
input_image, processed_image = image_generation_ui()
|
19 |
|
|
|
10 |
with gr.Group():
|
11 |
with gr.Tab("Generate Story"):
|
12 |
story_generation_ui()
|
13 |
+
with gr.Tab("2D Character and Assets"):
|
14 |
+
with gr.Tab("Edit Image"):
|
15 |
+
image_edition_ui()
|
|
|
16 |
with gr.Tab("Generate Image and Remove Background"):
|
17 |
input_image, processed_image = image_generation_ui()
|
18 |
|