laichaoyi commited on
Commit
97fe1c9
1 Parent(s): 7bf7b07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -330,6 +330,7 @@ with gr.Blocks(js = js_func) as demo:
330
  fn=notify_download,
331
  inputs=None, # Không cần inputs
332
  outputs=message_output # Chỉ hiển thị thông báo
 
333
  )
334
 
335
 
 
330
  fn=notify_download,
331
  inputs=None, # Không cần inputs
332
  outputs=message_output # Chỉ hiển thị thông báo
333
+ show_progress=False
334
  )
335
 
336