Spaces:
Building
Building
Update app.py
Browse files
app.py
CHANGED
@@ -268,7 +268,7 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css, title="NewsAI 서비스") as
|
|
268 |
create_analyze_function(),
|
269 |
inputs=[articles_state],
|
270 |
outputs=[comp['summary_output'], status_message],
|
271 |
-
show_progress=
|
272 |
)
|
273 |
|
274 |
iface.launch(auth=("gini", "pick"))
|
|
|
268 |
create_analyze_function(),
|
269 |
inputs=[articles_state],
|
270 |
outputs=[comp['summary_output'], status_message],
|
271 |
+
show_progress=True # Gradio의 기본 로딩 표시를 끕니다.
|
272 |
)
|
273 |
|
274 |
iface.launch(auth=("gini", "pick"))
|