Abubakar Abid

Results 936 comments of Abubakar Abid

Yup, you can pass `css` into `Blocks` as well.

Great @nelsonjchen! Yes we can add this as a demo people can refer to!

@pngwn I'll close this PR for now?

Hi @ledadu thanks for bringing this to our attention. This is related to another issue: #1566. It's a bit of complex problem actually but we'll look into this

No I don't think batched functions typically support a single batch size. Usually, you use the largest batch size that you expect to fit in memory. So there would be...

@freddyaboulton yes for sure `batch_fn` will be a parameter in the event listener. Given @pcuenca's point, I think we might want to implement a per-function batch size as well, but...

Thanks for all of the suggestions guys! This makes a lot of sense, we don't actually need a separate `batch_fn`. If batch mode is enabled, we _require_ the function to...

> I'm not sure if adding those parameters to the queue method is the best because I don't think it's a good idea to apply the same batching behavior to...

Thinking aloud here... When `batch=True`, the following should happen: * If a user calls the Interface/Blocks as a function, it should always work with a single sample (regardless of whether...