abreza commited on
Commit
80d0821
1 Parent(s): 4c8ae8c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from launch.story_generator import story_generation_ui
8
  with gr.Blocks() as demo:
9
  with gr.Group():
10
  with gr.Tab("Generate Story"):
11
- input_image, processed_image = story_generation_ui()
12
 
13
  with gr.Tab("Generate Image and Remove Background"):
14
  input_image, processed_image = image_generation_ui()
 
8
  with gr.Blocks() as demo:
9
  with gr.Group():
10
  with gr.Tab("Generate Story"):
11
+ story_generation_ui()
12
 
13
  with gr.Tab("Generate Image and Remove Background"):
14
  input_image, processed_image = image_generation_ui()