Spaces:
Runtime error
Runtime error
rodolfoocampo
commited on
Commit
•
f268cd7
1
Parent(s):
b2bd8fb
Update app.py
Browse files
app.py
CHANGED
@@ -189,4 +189,4 @@ with gr.Blocks(css='''
|
|
189 |
newStoryBtn.click(createNewStory, [], [character, story_output, blank])
|
190 |
|
191 |
|
192 |
-
demo.launch(debug=True, share=
|
|
|
189 |
newStoryBtn.click(createNewStory, [], [character, story_output, blank])
|
190 |
|
191 |
|
192 |
+
demo.launch(debug=True, share=False)
|