datasaur-dev commited on
Commit
dd58b09
·
verified ·
1 Parent(s): d62aaab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -173,7 +173,8 @@ with gr.Blocks(
173
  analyze_btn.click(
174
  fn=analyze_wod,
175
  inputs=[file_input, type_input],
176
- outputs=[prediction_output, results_output]
 
177
  )
178
 
179
  # --- Launch the Application with Authentication ---
 
173
  analyze_btn.click(
174
  fn=analyze_wod,
175
  inputs=[file_input, type_input],
176
+ outputs=[prediction_output, results_output],
177
+ show_progress=False
178
  )
179
 
180
  # --- Launch the Application with Authentication ---