Spaces:
Runtime error
Runtime error
Update app.py
Browse filesedited description of the interface srgument.
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="
|
|
|
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()
|