Spaces:
Configuration error
Configuration error
import gradio as gr | |
gr.Interface.load("huggingface/bigscience/bloom-560m",title="A smart dog", description="Ada meet a smart dog called Max ,they went to a mystery world").launch() | |
model1=gr.Interface.load("huggingface/gpt2") | |
model2 = gr.Interface.load("huggingface/EleutherAI/gpt-j-6B") | |
model3 = gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B") | |
examples = ["Max and Ada have a adventure with each other"] | |
gr.Interface.load("huggingface/gpt2").launch() |