Skip to content

[Bug] Commit 68b39c2 with Forge gradio issue #795

@jhlchu

Description

@jhlchu

IIB: 68b39c2
Forge: f2.0.1v1.10.1-previous-659-gc055f2d4

Nothing loads in the tab, outputs error:

Received inputs:
    []
Traceback (most recent call last):
  File "P:\Computing\AI\UIs\Forge\f11456e\webui\venv\lib\site-packages\gradio\routes.py", line 739, in predict
    output = await route_utils.call_process_api(
  File "P:\Computing\AI\UIs\Forge\f11456e\webui\venv\lib\site-packages\gradio\route_utils.py", line 285, in call_process_api
    output = await app.get_blocks().process_api(
  File "P:\Computing\AI\UIs\Forge\f11456e\webui\venv\lib\site-packages\gradio\blocks.py", line 1919, in process_api
    inputs = await self.preprocess_data(
  File "P:\Computing\AI\UIs\Forge\f11456e\webui\venv\lib\site-packages\gradio\blocks.py", line 1626, in preprocess_data
    self.validate_inputs(block_fn, inputs)
  File "P:\Computing\AI\UIs\Forge\f11456e\webui\venv\lib\site-packages\gradio\blocks.py", line 1608, in validate_inputs
    raise ValueError(
ValueError: An event handler (ui_view) didn't receive enough input values (needed: 775, got: 0).
Check if the event handler calls a Javascript function, and make sure its return value is correct.
Wanted inputs:
 [<gradio.components.textbox.Textbox object at 0x0000022A77B42C20>, <gradio.components.textbox.Textbox object at 0x0000022A77BDDA20>, ... ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions