Spaces:
Runtime error
Runtime error
Commit ·
370c481
1
Parent(s): 149400b
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,4 +8,4 @@ model2=gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
|
|
| 8 |
model3=gr.Interface.load("huggingface/distilgpt2")
|
| 9 |
|
| 10 |
#funcations, parameters and variables
|
| 11 |
-
gr.Parallel(model1,
|
|
|
|
| 8 |
model3=gr.Interface.load("huggingface/distilgpt2")
|
| 9 |
|
| 10 |
#funcations, parameters and variables
|
| 11 |
+
gr.Parallel(model1,model2,model3).launch()
|