import gradio as gr gr.Interface.load("models/EleutherAI/gpt-neo-1.3B").launch() # model = "models/EleutherAI/gpt-neo-1.3B" # title = "EleutherAI/gpt-neo-1.3B" # examples = [ # ["The tower is 324 metres (1,063 ft) tall,"], # ["The Moon's orbit around Earth has"], # ["The smooth Borealis basin in the Northern Hemisphere covers 40%"], # ] # demo = gr.Interface.load( # model, # inputs=gr.Textbox(lines=5, max_lines=10, label="Input Text"), # title=title, # examples=examples, # ) # if __name__ == "__main__": # demo.launch()