The app is showing as running. However if you submit two files it just gives an error. I don’t know how to debug this. I can’t find the log of this error in my space. I asked chatgpt to tell me how to get to logs but the steps it told me didn’t work.
If you press Logs in your own Spaces, the log screen will appear, so it’s easy to find errors from there. You cannot see the logs of other people’s Spaces.
Thank you John. It is an invoice data extractor app. The app is running fine however when I upload an invoice file and click extract - the place where I need to get a response I get Error. I don’t know what this error is. You can try the app in the space yourself. It is public. How do I know what is the cause of this error?
After checking, it turned out that the problem was that the necessary software was not installed. Try applying the following PR. I think it will start working.
Thankyou so much John. I simplified by problem to a little bit different. And this is first time of me using this community. I wasn’t expecting someone like you to help me so easily.
I am actually solving a statements reconciliation problem. Where you submit two different statements And do the reconciliation. I made changes to my space to get to the problem that I am really solving. Now The HF GRADIO app that is running has the code for my real problem. However when I submit the 2 correct input files I get an error showing up in the output box. Not sure how to fix this one.