`gr.Interface.load(hugging_model_repo)` -> AssertionError: Invalid model name or src

Hi @alkzar90 !

Might be because you have to accept the license prior to using the model with the inference api?

I wonder if passing in your huggingface token to gr.Interface.load will fix it.

1 Like