Adrián Gallego Castellanos

Results 22 comments of Adrián Gallego Castellanos

I think that the problem is that you are using gradio version 4 or above. With gradio==3.41.2 it works fine for me. ``` pip uninstall gradio pip install gradio==3.41.2 ```...

@mvniekerk I think the solution is store the timezone in JobStoreData object. However, it brings some problems: 1. TZ is not object safe, so it cannot be stored as Box....