Spaces:
Runtime error
Runtime error
fix issue
Browse files
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 |
-
|
| 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()
|