runtime error
Exit code: 1. Reason: | 466k/466k [00:00<00:00, 53.4MB/s] Initializing TinyTTS... Downloading/Loading checkpoint from Hugging Face Hub (backtracking/tiny-tts)... G.pth: 0%| | 0.00/17.1M [00:00<?, ?B/s][A G.pth: 100%|ββββββββββ| 17.1M/17.1M [00:00<00:00, 20.8MB/s] Loading model from /root/.cache/huggingface/hub/models--backtracking--tiny-tts/snapshots/6d0cc902621451fcd47462b50ee0aabc6a852e25/G.pth /usr/local/lib/python3.13/site-packages/torch/nn/utils/weight_norm.py:144: FutureWarning: `torch.nn.utils.weight_norm` is deprecated in favor of `torch.nn.utils.parametrizations.weight_norm`. WeightNorm.apply(module, name, dim) Model parameters: 1.62M total, 1.62M trainable Model loaded successfully! /app/app.py:49: 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="TinyTTS Demo", theme=gr.themes.Soft()) as app: GRADIO_HOT_RELOAD: Using 'app' for demo name Traceback (most recent call last): File "/app/app.py", line 97, in <module> app.launch(server_name="0.0.0.0") ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/gradio/blocks.py", line 2738, in launch ) = http_server.start_server( ~~~~~~~~~~~~~~~~~~~~~~~~^ app=self.app, ^^^^^^^^^^^^^ ...<4 lines>... ssl_keyfile_password=ssl_keyfile_password, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/gradio/http_server.py", line 182, in start_server raise OSError( f"Cannot find empty port in range: {min(server_ports)}-{max(server_ports)}. You can specify a different port by setting the GRADIO_SERVER_PORT environment variable or passing the `server_port` parameter to `launch()`." ) OSError: Cannot find empty port in range: 7860-7860. You can specify a different port by setting the GRADIO_SERVER_PORT environment variable or passing the `server_port` parameter to `launch()`.
Container logs:
Fetching error logs...