kvssetty commited on
Commit
aa02f58
1 Parent(s): 4784e4e

Update app.py

Browse files

edited description of the interface srgument.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
  import gradio as gr
2
  name_list = ['spaces/onnx/GPT-2']
3
  interfaces = [gr.Interface.load(name) for name in name_list]
4
- gr.mix.Parallel(*interfaces, title="ONNX-GPT2 Space by KVS", description="It is clone of onnx space for gpt-2").launch()
 
1
  import gradio as gr
2
  name_list = ['spaces/onnx/GPT-2']
3
  interfaces = [gr.Interface.load(name) for name in name_list]
4
+ 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 sentences in the input box and see what the response model provides you in the output box. Play around with variety of sentences").launch()