seawolf2357 commited on
Commit
c6c7efd
·
verified ·
1 Parent(s): 0e37fb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False # Gradio의 기본 로딩 표시를 끕니다.
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"))