Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -184,7 +184,7 @@ with gr.Blocks() as demo:
|
|
| 184 |
|
| 185 |
run_button.click(
|
| 186 |
fn=lambda profile: asyncio.run(run_and_submit_all(profile)),
|
| 187 |
-
inputs=gr.OAuth(),
|
| 188 |
outputs=[status_output, results_table]
|
| 189 |
)
|
| 190 |
|
|
|
|
| 184 |
|
| 185 |
run_button.click(
|
| 186 |
fn=lambda profile: asyncio.run(run_and_submit_all(profile)),
|
| 187 |
+
#inputs=gr.OAuth(),
|
| 188 |
outputs=[status_output, results_table]
|
| 189 |
)
|
| 190 |
|