Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inference Seed return error in webui #6

Closed
handles98 opened this issue Jun 4, 2024 · 0 comments
Closed

Inference Seed return error in webui #6

handles98 opened this issue Jun 4, 2024 · 0 comments
Assignees

Comments

@handles98
Copy link

The first press of the button is normal, but pressing it again will return an error.

Traceback (most recent call last):
File "D:\ChatTTS-Forge\venv\lib\site-packages\gradio\queueing.py", line 521, in process_events
response = await route_utils.call_process_api(
File "D:\ChatTTS-Forge\venv\lib\site-packages\gradio\route_utils.py", line 276, in call_process_api
output = await app.get_blocks().process_api(
File "D:\ChatTTS-Forge\venv\lib\site-packages\gradio\blocks.py", line 1941, in process_api
inputs = await self.preprocess_data(
File "D:\ChatTTS-Forge\venv\lib\site-packages\gradio\blocks.py", line 1655, in preprocess_data
processed_input.append(block.preprocess(inputs_cached))
File "D:\ChatTTS-Forge\venv\lib\site-packages\gradio\components\number.py", line 118, in preprocess
elif self.minimum is not None and payload < self.minimum:
TypeError: '<' not supported between instances of 'str' and 'int'

@zhzLuke96 zhzLuke96 self-assigned this Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants