Spaces:
Runtime error
Runtime error
File size: 434 Bytes
4784e4e ed75649 |
1 2 3 4 |
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() |