runtime error
Exit code: 1. Reason: /usr/local/lib/python3.13/site-packages/neuralset/extractors/base.py:707: UserWarning: LabelEncoder: event_types has not been set, are you sure you want to apply this extractor to all events? warnings.warn( 2026-03-31 03:52:36 - WARNING - neuralset.extractors.base:798 - Missing events will be encoded using the default all-zero value (for example, 0 or a zero vector/tensor), which may be indistinguishable from a valid class if that class is also mapped to zeros. Set treat_missing_as_separate_class=True to avoid this. /usr/local/lib/python3.13/site-packages/gradio/utils.py:1187: UserWarning: Expected 2 arguments for function <function analyze at 0x7f843e751440>, received 1. warnings.warn( /usr/local/lib/python3.13/site-packages/gradio/utils.py:1191: UserWarning: Expected at least 2 arguments for function <function analyze at 0x7f843e751440>, received 1. warnings.warn( Traceback (most recent call last): File "/app/app.py", line 164, in <module> submit.click( ~~~~~~~~~~~~^ analyze, ^^^^^^^^ inputs=[text_input], ^^^^^^^^^^^^^^^^^^^^ outputs=[resonance, gte_omega, freq, status, summary, None, None, gte_info] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/site-packages/gradio/events.py", line 767, in event_trigger return Dependency(block, dep.get_config(), dep_index, fn) ~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/gradio/block_function.py", line 143, in get_config "outputs": [block._id for block in self.outputs], ^^^^^^^^^ AttributeError: 'NoneType' object has no attribute '_id'
Container logs:
Fetching error logs...