Spaces:
Runtime error
Runtime error
rodolfoocampo
commited on
Commit
•
10fdf42
1
Parent(s):
0802045
Update app.py
Browse files
app.py
CHANGED
@@ -201,4 +201,4 @@ with gr.Blocks(css='''
|
|
201 |
newStoryBtn.click(createNewStory, [], [character, story_output, blank])
|
202 |
|
203 |
|
204 |
-
demo.launch(debug=True, share=
|
|
|
201 |
newStoryBtn.click(createNewStory, [], [character, story_output, blank])
|
202 |
|
203 |
|
204 |
+
demo.launch(debug=True, share=False)
|