Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ interface3 = gr.Interface.load("huggingface/anegi/t5smallmodel",
|
|
| 21 |
theme = 'dark-peach'
|
| 22 |
)
|
| 23 |
|
| 24 |
-
Parallel(interface1,interface2,interface3
|
| 25 |
|
| 26 |
|
| 27 |
|
|
|
|
| 21 |
theme = 'dark-peach'
|
| 22 |
)
|
| 23 |
|
| 24 |
+
Parallel(interface1,interface2,interface3).launch()
|
| 25 |
|
| 26 |
|
| 27 |
|