Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,4 +21,4 @@ iface = gr.Interface(
|
|
21 |
description="Generate creative stories with the AI storyteller!"
|
22 |
)
|
23 |
|
24 |
-
iface.launch(share=
|
|
|
21 |
description="Generate creative stories with the AI storyteller!"
|
22 |
)
|
23 |
|
24 |
+
iface.launch(share=False)
|