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!

Cannot merge
This branch has merge conflicts in the following files:
  • app.py

Sign up or log in to comment