MohamedRashad commited on
Commit
28b3af4
1 Parent(s): fbcd34b

chore: Update app launch configuration in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
 
124
  get_random_persona_description, outputs=[persona_description]
125
  )
126
 
127
+ app.queue().launch(share=False)