runtime error
Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/gradio/interface.py:399: UserWarning: The `allow_flagging` parameter in `Interface` is deprecated.Use `flagging_mode` instead. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 67, in <module> demo = asyncio.run(create_demo()) File "/usr/local/lib/python3.10/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File "/usr/local/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete return future.result() File "/home/user/app/app.py", line 45, in create_demo demo = gr.Interface( File "/usr/local/lib/python3.10/site-packages/gradio/interface.py", line 409, in __init__ raise ValueError( ValueError: Invalid value for `flagging_mode` parameter.Must be: 'auto', 'manual', or 'never'.
Container logs:
Fetching error logs...