Spaces:
Runtime error
Runtime error
gr.Parallel(model1, model2, model3, title=title, description=description).launch()
#1
by
Wootang01
- opened
app.py
CHANGED
@@ -8,4 +8,4 @@ model1=gr.Interface.load("huggingface/gpt2")
|
|
8 |
model2=gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
|
9 |
model3=gr.Interface.load("huggingface/bigscience/bloom-560m")
|
10 |
|
11 |
-
gr.
|
|
|
8 |
model2=gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
|
9 |
model3=gr.Interface.load("huggingface/bigscience/bloom-560m")
|
10 |
|
11 |
+
gr.Parallel(model1, model2, model3, title=title, description=description).launch()
|