Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -126,4 +126,4 @@ iface_status = gr.Interface(
|
|
126 |
|
127 |
# ๋ ์ธํฐํ์ด์ค๋ฅผ ํญ์ผ๋ก ๊ตฌ์ฑ
|
128 |
iface_combined = gr.TabbedInterface([iface_create, iface_status], ["์ปจํ
์ธ ์์ฑ", "์ํ ํ์ธ ๋ฐ ๋ค์ด๋ก๋"])
|
129 |
-
iface_combined.launch()
|
|
|
126 |
|
127 |
# ๋ ์ธํฐํ์ด์ค๋ฅผ ํญ์ผ๋ก ๊ตฌ์ฑ
|
128 |
iface_combined = gr.TabbedInterface([iface_create, iface_status], ["์ปจํ
์ธ ์์ฑ", "์ํ ํ์ธ ๋ฐ ๋ค์ด๋ก๋"])
|
129 |
+
iface_combined.launch(auth=("arxivgpt", "Arxiv1234!@"))
|