openfree commited on
Commit
fb633fd
·
verified ·
1 Parent(s): 9201e6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,4 +107,4 @@ with gr.Blocks(title="캐릭터 자동 생성", theme="Nymbo/Nymbo_Theme") as ap
107
  get_random_persona_description, outputs=[persona_description]
108
  )
109
 
110
- app.queue().launch(share=False)
 
107
  get_random_persona_description, outputs=[persona_description]
108
  )
109
 
110
+ app.queue().launch(share=False, auth=("gini","pick"))