Update app.py
Browse files
app.py
CHANGED
@@ -270,7 +270,6 @@ with demo:
|
|
270 |
fn=predict,
|
271 |
inputs=[],
|
272 |
outputs=[fhe_execution_time, execute_fhe_button],
|
273 |
-
status="progress"
|
274 |
)
|
275 |
|
276 |
gr.Markdown("<hr />")
|
|
|
270 |
fn=predict,
|
271 |
inputs=[],
|
272 |
outputs=[fhe_execution_time, execute_fhe_button],
|
|
|
273 |
)
|
274 |
|
275 |
gr.Markdown("<hr />")
|