issoh commited on
Commit
1596437
1 Parent(s): ede7e0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,7 +30,7 @@ interface = gr.Interface(
30
  outputs=gr.Textbox(lines=100),
31
  title="コメントの再生成検証用",
32
  description="通教のLBFのコメント再生成用です"
33
- )
34
 
35
  # Webサーバーを起動
36
- interface.launch(auth=("llmjmam", "llmjmam"),enable_queue=True,share=True)
 
30
  outputs=gr.Textbox(lines=100),
31
  title="コメントの再生成検証用",
32
  description="通教のLBFのコメント再生成用です"
33
+ ).queue()
34
 
35
  # Webサーバーを起動
36
+ interface.launch(auth=("llmjmam", "llmjmam"),share=True)