Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -175,7 +175,7 @@ with gr.Blocks() as demo:
|
|
175 |
run_button.click(fn=run_and_submit_all, outputs=[status_output, results_table])
|
176 |
|
177 |
if __name__ == "__main__":
|
178 |
-
print("
|
179 |
demo.launch(debug=True, share=False)
|
180 |
|
181 |
|
|
|
175 |
run_button.click(fn=run_and_submit_all, outputs=[status_output, results_table])
|
176 |
|
177 |
if __name__ == "__main__":
|
178 |
+
print("🔧 App starting...")
|
179 |
demo.launch(debug=True, share=False)
|
180 |
|
181 |
|