model2=gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.38") and gr.Parallel(model1, model2, model3, title="My First Text Generator", description="Input text and submit.").launch()

#1
by Wootang01 - opened

Remember to capitalize Interface -- and in the parameters for gr.Parallel put the title in "quotes" and the description in "quotes." No need to create additional variables.

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

Sign up or log in to comment