Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
6854f2d
1
Parent(s):
72c32fc
Update app.py
Browse files
app.py
CHANGED
@@ -14,4 +14,7 @@ io1 = gr.Interface.load("huggingface/gpt2")
|
|
14 |
|
15 |
io2 = gr.Interface.load("huggingface/gpt2-large")
|
16 |
|
17 |
-
|
|
|
|
|
|
|
|
14 |
|
15 |
io2 = gr.Interface.load("huggingface/gpt2-large")
|
16 |
|
17 |
+
io3 = gr.Interface.load("huggingface/gpt2-medium")
|
18 |
+
|
19 |
+
|
20 |
+
mix.Parallel(io1, io2,io3,inputs=gr.inputs.Textbox(lines=5, label="Input Text"),description=description,title=title,article=article, examples=examples).launch(enable_queue=True)
|