Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"),
|
|
|
30 |
outputs=gr.Textbox(lines=100),
|
31 |
title="コメントの再生成検証用",
|
32 |
description="通教のLBFのコメント再生成用です"
|
33 |
+
).queue()
|
34 |
|
35 |
# Webサーバーを起動
|
36 |
+
interface.launch(auth=("llmjmam", "llmjmam"),share=True)
|