runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py:248: UserWarning: The 'tuples' format for chatbot messages is deprecated and will be removed in a future version of Gradio. Please set type='messages' instead, which uses openai-style 'role' and 'content' keys. warnings.warn( /usr/local/lib/python3.10/site-packages/gradio/utils.py:1003: UserWarning: Expected 2 arguments for function <function update_model at 0x7fcdf4f196c0>, received 1. warnings.warn( /usr/local/lib/python3.10/site-packages/gradio/utils.py:1007: UserWarning: Expected at least 2 arguments for function <function update_model at 0x7fcdf4f196c0>, received 1. warnings.warn( /usr/local/lib/python3.10/site-packages/gradio/components/chatbot.py:242: UserWarning: You have not specified a value for the `type` parameter. Defaulting to the 'tuples' format for chatbot messages, but this is deprecated and will be removed in a future version of Gradio. Please set type='messages' instead, which uses openai-style dictionaries with 'role' and 'content' keys. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 5, in <module> from app_fal import demo as demo_fal File "/home/user/app/app_fal.py", line 5, in <module> demo = get_app( File "/home/user/app/utils.py", line 26, in get_app gr.load(name=model_name, src=src, accept_token=accept_token, **kwargs) File "/usr/local/lib/python3.10/site-packages/gradio/external.py", line 90, in load return src(name, token, **kwargs) File "/usr/local/lib/python3.10/site-packages/fal_gradio/__init__.py", line 228, in registry raise ValueError("FAL_KEY environment variable is not set.") ValueError: FAL_KEY environment variable is not set.

Container logs:

Fetching error logs...