Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -1312,8 +1312,8 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css, title="NewsAI 서비스") as
|
|
1312 |
iface.launch(
|
1313 |
server_name="0.0.0.0",
|
1314 |
server_port=7860,
|
1315 |
-
share=
|
1316 |
auth=("it1","chosun1"),
|
1317 |
-
ssl_verify=False,
|
1318 |
-
show_error=True
|
1319 |
)
|
|
|
1312 |
iface.launch(
|
1313 |
server_name="0.0.0.0",
|
1314 |
server_port=7860,
|
1315 |
+
share=True, # share를 True로 변경
|
1316 |
auth=("it1","chosun1"),
|
1317 |
+
ssl_verify=False,
|
1318 |
+
show_error=True
|
1319 |
)
|