Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ Parallel(model1, model2 ,
|
|
18 |
title = title,
|
19 |
examples=examples,
|
20 |
inputs = gr.inputs.Textbox(lines = 10),
|
21 |
-
theme = 'dark-peach' ).launch()
|
22 |
|
23 |
|
24 |
|
|
|
18 |
title = title,
|
19 |
examples=examples,
|
20 |
inputs = gr.inputs.Textbox(lines = 10),
|
21 |
+
theme = 'dark-peach' ).launch()
|
22 |
|
23 |
|
24 |
|