Spaces:
Runtime error
Runtime error
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",title=title,description=description).launch()
#2
by
Wootang02
- opened
You cannot put the variable "model1" that names a function into the gr.Interface.load parameter "model," that only takes a model name.
Besides, you have not stated the entire Interface function!