Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
37f9e41
1
Parent(s):
6854f2d
Update app.py
Browse files
app.py
CHANGED
@@ -16,5 +16,8 @@ io2 = gr.Interface.load("huggingface/gpt2-large")
|
|
16 |
|
17 |
io3 = gr.Interface.load("huggingface/gpt2-medium")
|
18 |
|
|
|
19 |
|
20 |
-
|
|
|
|
|
|
16 |
|
17 |
io3 = gr.Interface.load("huggingface/gpt2-medium")
|
18 |
|
19 |
+
io4 = gr.Interface.load("huggingface/gpt2-xl")
|
20 |
|
21 |
+
|
22 |
+
|
23 |
+
mix.Parallel(io1, io2,io3,io4,inputs=gr.inputs.Textbox(lines=5, label="Input Text"),description=description,title=title,article=article, examples=examples).launch(enable_queue=True)
|