Replies: 1 comment
-
please delete |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For some reason, many of the labels in the UI now are duplicated.
For example in Settings I get:
Or something like
And then gradio doesn't like these duplicates:
Traceback (most recent call last):
File "S:\automatic\venv\lib\site-packages\gradio\routes.py", line 488, in run_predict
output = await app.get_blocks().process_api(
File "S:\automatic\venv\lib\site-packages\gradio\blocks.py", line 1429, in process_api
inputs = self.preprocess_data(fn_index, inputs, state)
File "S:\automatic\venv\lib\site-packages\gradio\blocks.py", line 1239, in preprocess_data
processed_input.append(block.preprocess(inputs[i]))
File "S:\automatic\venv\lib\site-packages\gradio\components\radio.py", line 170, in preprocess
return [value for _, value in self.choices].index(x)
ValueError: ['original', 'original'] is not in list
What should I check for?
app: SD.next
updated: 2023-08-27
hash: 48c0ce9
Beta Was this translation helpful? Give feedback.
All reactions