Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3087,7 +3087,8 @@ with gr.Blocks() as demo:
|
|
| 3087 |
|
| 3088 |
run_button.click(
|
| 3089 |
fn=run_and_submit_all,
|
| 3090 |
-
outputs=[status_output, results_table]
|
|
|
|
| 3091 |
)
|
| 3092 |
|
| 3093 |
if __name__ == "__main__":
|
|
@@ -3107,5 +3108,5 @@ if __name__ == "__main__":
|
|
| 3107 |
print(f" Repo: https://huggingface.co/spaces/{space_id}")
|
| 3108 |
|
| 3109 |
print("\n" + "-"*70 + "\n")
|
| 3110 |
-
|
| 3111 |
demo.launch(debug=True, share=False, ssr_mode=False)
|
|
|
|
| 3087 |
|
| 3088 |
run_button.click(
|
| 3089 |
fn=run_and_submit_all,
|
| 3090 |
+
outputs=[status_output, results_table],
|
| 3091 |
+
queue=False
|
| 3092 |
)
|
| 3093 |
|
| 3094 |
if __name__ == "__main__":
|
|
|
|
| 3108 |
print(f" Repo: https://huggingface.co/spaces/{space_id}")
|
| 3109 |
|
| 3110 |
print("\n" + "-"*70 + "\n")
|
| 3111 |
+
|
| 3112 |
demo.launch(debug=True, share=False, ssr_mode=False)
|