runtime error

Exit code: 1. Reason: /app/app.py:361: UserWarning: The parameters have been moved from the Blocks constructor to the launch() method in Gradio 6.0: theme. Please pass these parameters to launch() instead. with gr.Blocks(title="AI Python Trainer", theme=gr.themes.Soft()) as demo: Traceback (most recent call last): File "/app/app.py", line 365, in <module> status_display = gr.Markdown(get_status) File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 194, in wrapper return fn(self, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/components/markdown.py", line 99, in __init__ super().__init__( File "/usr/local/lib/python3.10/site-packages/gradio/component_meta.py", line 194, in wrapper return fn(self, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/components/base.py", line 226, in __init__ load_fn, initial_value = self.get_load_fn_and_initial_value(value, inputs) File "/usr/local/lib/python3.10/site-packages/gradio/components/base.py", line 268, in get_load_fn_and_initial_value initial_value = value() File "/app/app.py", line 303, in get_status return f""" ValueError: Invalid format specifier

Container logs:

Fetching error logs...