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