Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 ---
|