awacke1 commited on
Commit
8beb177
·
verified ·
1 Parent(s): af8038c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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
- # with gr.Tab("2D Character and Assets"):
15
- # with gr.Tab("Edit Image"):
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