Brian L

Results 40 comments of Brian L

I'll see if I can find out more info. Are you able to point into what I should be looking at? I am not a web dev

I investigated some more and pinning gradio_client didn't work

Okay will try to find the time

Hi @abidlabs I finally managed to try and I am using this app command: ``` import gradio as gr CUSTOM_PATH = "/driver-proxy/o/4953176047938121/0327-132800-5tl1wbti/" io = gr.Interface(lambda x: "Hello, " + x...

I just tried with `GRADIO_ROOT_PATH` set and with the full uri ie `http://blahblahblah/CUSTOM_PATH` and that seems to work but still getting an errow with `assets` unlike before the buttons are...

@matyushinleonid Thanks heaps! it worked

I just tried to read through the source code and I noticed this line: https://github.com/h2oai/sparkling-water/blob/9ac103f3da320eb6912952a9fb1921ef2ac9911c/r/src/R/ai/h2o/sparkling/H2OContext.R#L53 Should `getScheme` be `getSchema` ?

I could be sending you down the wrong tack but if it is to do with shuffling, Then I believe Petastorm only shuffles within a parquet file when it loads...

is it possible to remove the `petrel_backend` defaults to another branch or as an added extra? I keep having issues with: ModuleNotFoundError: No module named 'petrel_client' when trying to load...

Are there any updates on this one?