File size: 466 Bytes
45d16ba
 
e853c41
e9753f5
9a0b073
 
cb53bc9
 
 
 
e853c41
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
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()