abreza commited on
Commit
65a3f6a
1 Parent(s): 4e54f49

comment image_edition

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  from launch.image_generation import image_generation_ui
4
  from launch.model_generation import model_generation_ui
5
  from launch.story_generation import story_generation_ui
6
- from launch.image_edition import image_edition_ui
7
 
8
 
9
  with gr.Blocks() as demo:
@@ -11,11 +11,11 @@ with gr.Blocks() as demo:
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
 
20
  with gr.Tab("3D Model"):
21
  output_model_obj, output_model_glb = model_generation_ui(
 
3
  from launch.image_generation import image_generation_ui
4
  from launch.model_generation import model_generation_ui
5
  from launch.story_generation import story_generation_ui
6
+ # from launch.image_edition import image_edition_ui
7
 
8
 
9
  with gr.Blocks() as demo:
 
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
 
20
  with gr.Tab("3D Model"):
21
  output_model_obj, output_model_glb = model_generation_ui(