Steven Shimizu

Results 22 comments of Steven Shimizu

Thanks for trying @freddyaboulton. I can run `gradio cc build` and install the wheel, and that will work as expected. However, that development loop is pretty painful

I am also experiencing this issue after bumping gradio from 3.50.2 to 4.12.0. I basically have a Gradio app deployed on a k8s cluster. Port-forwarding directly to the pod works...

@abidlabs Do you have any ideas on what might be the issue and how to work around it, as it's blocking the major version upgrade for us? Is it related...

Thanks @freddyaboulton, although I think this may be a different issue. My app is running at the root of the domain already. I think this has to do with session...

@joaomdmoura Hi, thanks for putting this project together! Is the getting started example listed in the README supposed to work yet? Switching to gpt-3.5-turbo, I get the following output, which...

@jlebar @bertmaher Is there any update on this? Without the tags, it's hard to track down issues caused using different recent versions of triton. Could there be tags added to...

Thanks for the tips @gadicc ! I tried this using https://huggingface.co/CompVis/stable-diffusion-v1-4 in a volume mounted to the container. I think it's loading the model fine, but I'm getting an error...

Thanks @gadicc ! Specifying "callback_steps" to some int in "modelInputs" works and I'm able to generate images from my local model now. I guess setting RUNTIME_DOWNLOADS isn't strictly necessary then.