runtime error

2G/5.14G [01:26<00:00, 51.7MB/s] Downloading (…)del.fp16.safetensors: 100%|█████████▉| 5.13G/5.14G [01:26<00:00, 54.6MB/s] Downloading (…)del.fp16.safetensors: 100%|██████████| 5.14G/5.14G [01:26<00:00, 59.4MB/s] Fetching 19 files: 84%|████████▍ | 16/19 [01:27<00:18, 6.15s/it] Fetching 19 files: 100%|██████████| 19/19 [01:27<00:00, 4.62s/it] Loading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s] Loading pipeline components...: 14%|█▍ | 1/7 [00:01<00:09, 1.54s/it] Loading pipeline components...: 29%|██▊ | 2/7 [00:01<00:03, 1.29it/s] Loading pipeline components...: 43%|████▎ | 3/7 [00:11<00:19, 4.80s/it] Loading pipeline components...: 86%|████████▌ | 6/7 [00:12<00:01, 1.88s/it] Loading pipeline components...: 100%|██████████| 7/7 [00:12<00:00, 1.79s/it] /home/user/app/app.py:30: GradioDeprecationWarning: Usage of gradio.inputs is deprecated, and will not be supported in the future, please import your component from gradio.components iface = gr.Interface(fn=generate_image, inputs=[Textbox(label="prompt"), Textbox(label="secret")], outputs=gr.outputs.Bytes()) /home/user/app/app.py:30: GradioDeprecationWarning: `optional` parameter is deprecated, and it has no effect iface = gr.Interface(fn=generate_image, inputs=[Textbox(label="prompt"), Textbox(label="secret")], outputs=gr.outputs.Bytes()) /home/user/app/app.py:30: GradioDeprecationWarning: `numeric` parameter is deprecated, and it has no effect iface = gr.Interface(fn=generate_image, inputs=[Textbox(label="prompt"), Textbox(label="secret")], outputs=gr.outputs.Bytes()) Traceback (most recent call last): File "/home/user/app/app.py", line 30, in <module> iface = gr.Interface(fn=generate_image, inputs=[Textbox(label="prompt"), Textbox(label="secret")], outputs=gr.outputs.Bytes()) AttributeError: module 'gradio.outputs' has no attribute 'Bytes'

Container logs:

Fetching error logs...