作者,您好,当我成功运行gradio界面的准备match的时候,出现以下错误,请问该怎么解决
File "/environment/miniconda3/envs/beautyMaster/lib/python3.10/site-packages/gradio/blocks.py", line 1513, in call_function
prediction = await anyio.to_thread.run_sync(
File "/environment/miniconda3/envs/beautyMaster/lib/python3.10/site-packages/anyio/to_thread.py", line 56, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
File "/environment/miniconda3/envs/beautyMaster/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 2144, in run_sync_in_worker_thread
return await future
File "/environment/miniconda3/envs/beautyMaster/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 851, in run
result = context.run(func, *args)
File "/environment/miniconda3/envs/beautyMaster/lib/python3.10/site-packages/gradio/utils.py", line 831, in wrapper
response = f(*args, **kwargs)
File "/home/featurize/work/BeautyMaster/beautymaster/demo/app.py", line 122, in run_local_match
match_reslult, _ = interface.match_interface(weather,
TypeError: cannot unpack non-iterable NoneType object
