Florian Bruggisser

Results 104 comments of Florian Bruggisser

Yes it is a numpy array, but as `float32` (`shape = (297, 528, 3)`). I did not change anything in the code, but it seems that your `self._make_input` already changes...

Thanks for the issue, I will test it.

Yes, there seems to be a problem but there is no error message or something like that while building. The following thread has the same problems and maybe is connected...

There might be an error during the build. You would have to go through the log and check where the error happens.

Yes we have to go through the examples and remove the FX2D renderer. Maybe give the examples a better folder structure would great too.

@abidlabs It seems that the [tunneling.py](https://github.com/gradio-app/gradio/blob/f661c0733b501f1a54a0c62af2567909c7202944/gradio/tunneling.py#L92-L103) code is not written to cover any error that happens with the underlaying binary. The while loop never exits and sometimes even misses errors....

@abidlabs Have a look at https://github.com/gradio-app/gradio/pull/5731

@lpasselin @Laudarisd I have uploaded my script as a [gist here](https://gist.github.com/cansik/55dc17702f053d1c31076584c6db723c). It expects the dataset in the `./data` folder, but you can change that in main. Also it is possible...

As stated in the readme, this is not an arduino library yet. There is a proof of concept, written in processing (Java): > The idea was to build an arduino...

Would it be possible to provide a full example? I am not able to get it running in 5.0.5 to display something.