runtime error
Exit code: 1. Reason: Starting new HTTPS connection (1): huggingface.co:443 The `allow_flagging` parameter in `Interface` is deprecated.Use `flagging_mode` instead. 2025-02-17 17:48:07,069 - DEBUG - https://huggingface.co:443 "HEAD /api/telemetry/gradio/initiated HTTP/1.1" 200 0 2025-02-17 17:48:07,110 - DEBUG - connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x7fdbe8803070> 2025-02-17 17:48:07,120 - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7fdbf4977ec0> server_hostname='api.gradio.app' timeout=3 Traceback (most recent call last): File "/home/user/app/app.py", line 138, in <module> interface.launch( TypeError: Blocks.launch() got an unexpected keyword argument 'enable_queue' 2025-02-17 17:48:07,270 - DEBUG - start_tls.complete return_value=<httpcore._backends.sync.SyncStream object at 0x7fdbe9dd6cb0> 2025-02-17 17:48:07,270 - DEBUG - send_request_headers.started request=<Request [b'GET']> 2025-02-17 17:48:07,271 - DEBUG - send_request_headers.complete 2025-02-17 17:48:07,271 - DEBUG - send_request_body.started request=<Request [b'GET']> 2025-02-17 17:48:07,271 - DEBUG - send_request_body.complete 2025-02-17 17:48:07,271 - DEBUG - receive_response_headers.started request=<Request [b'GET']> 2025-02-17 17:48:07,337 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Mon, 17 Feb 2025 16:48:07 GMT'), (b'Content-Type', b'application/json'), (b'Content-Length', b'21'), (b'Connection', b'keep-alive'), (b'Server', b'nginx/1.18.0'), (b'Access-Control-Allow-Origin', b'*')]) 2025-02-17 17:48:07,338 - INFO - HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK" 2025-02-17 17:48:07,338 - DEBUG - receive_response_body.started request=<Request [b'GET']> 2025-02-17 17:48:07,338 - DEBUG - receive_response_body.complete 2025-02-17 17:48:07,338 - DEBUG - response_closed.started 2025-02-17 17:48:07,338 - DEBUG - response_closed.complete 2025-02-17 17:48:07,338 - DEBUG - close.started 2025-02-17 17:48:07,338 - DEBUG - close.complete
Container logs:
Fetching error logs...