Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,4 +41,4 @@ app = gr.Interface(
|
|
41 |
outputs= [gr.outputs.Textbox(label="Story title"),gr.outputs.Textbox(label="Story"),gr.outputs.Image(type="pil",label="Image based on the Generated story")]
|
42 |
)
|
43 |
|
44 |
-
app.launch(
|
|
|
41 |
outputs= [gr.outputs.Textbox(label="Story title"),gr.outputs.Textbox(label="Story"),gr.outputs.Image(type="pil",label="Image based on the Generated story")]
|
42 |
)
|
43 |
|
44 |
+
app.launch()
|