Spaces:
Running
on
CPU Upgrade
Submission isn't working, no error messages
When I click the submit button to make a submission and wait a few minutes, nothing happens, so I look at the console and try again. There I see the "too many arguments provided for the endpoint" warning message (don't think this is the cause but including it anyway). I get the same outcome with Chrome and Firefox - click button, nothing happens, no error message. I double checked my submission file against the gradio code, and it seems to meet the checks there as far as having an answer for each question. Even if it didn't meet those checks, it still seems like I would get an error message.
I ran the app.py
gradio file locally with my submission file using the public dataset. Seems to pass all checks, however I noticed this error which causes the same behavior I was seeing on the deployed version:
if len(scores["all"]) != ref_scores_len[val_or_test]:
^^^^^^^^^^^^^^^^^^
TypeError: object of type 'int' has no len()
Thanks a lot, let me fix that
@jimgoo Can you try again once the space is rebuilt?
Thanks that fixed it!