Update app.py
Browse files
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)
|