Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ model2 = gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
|
|
11 |
model3 = gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
|
12 |
|
13 |
#functions, parameters and variables
|
14 |
-
gr.Parallel(model1, model2, model3,title=title,description=description
|
15 |
|
16 |
|
17 |
|
|
|
11 |
model3 = gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
|
12 |
|
13 |
#functions, parameters and variables
|
14 |
+
gr.Parallel(model1, model2, model3,title=title,description=description).launch()
|
15 |
|
16 |
|
17 |
|