Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
28b3af4
1
Parent(s):
fbcd34b
chore: Update app launch configuration in app.py
Browse files
app.py
CHANGED
@@ -124,4 +124,4 @@ with gr.Blocks(title="Character Generator") as app:
|
|
124 |
get_random_persona_description, outputs=[persona_description]
|
125 |
)
|
126 |
|
127 |
-
app.queue().launch(share=
|
|
|
124 |
get_random_persona_description, outputs=[persona_description]
|
125 |
)
|
126 |
|
127 |
+
app.queue().launch(share=False)
|