Spaces:
Runtime error
Runtime error
Last approach
Browse files
app.py
CHANGED
@@ -340,7 +340,7 @@ with gr.Blocks() as demo:
|
|
340 |
run_btn = gr.Button("Run and Submit")
|
341 |
run_btn.click(
|
342 |
fn=run_and_submit_all,
|
343 |
-
inputs=[
|
344 |
outputs=[status, result]
|
345 |
)
|
346 |
|
|
|
340 |
run_btn = gr.Button("Run and Submit")
|
341 |
run_btn.click(
|
342 |
fn=run_and_submit_all,
|
343 |
+
inputs=["profile"],
|
344 |
outputs=[status, result]
|
345 |
)
|
346 |
|