kvssetty's picture
Update app.py
ed75649
raw
history blame contribute delete
434 Bytes
import gradio as gr
name_list = ['spaces/onnx/GPT-2']
interfaces = [gr.Interface.load(name) for name in name_list]
gr.mix.Parallel(*interfaces, title="ONNX-GPT2 Space by KVS", description="Welcome onboard 🤗, this the popular ONNX model for GPT-2 transformer architecture. Type some meaningful sentence in the input box and see what response the model provides you in the output box. Play around with variety of sentences").launch()