Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ io = gr.Interface(
|
|
40 |
gr.Textbox(lines=3),
|
41 |
outputs=[
|
42 |
gr.Textbox(lines=3, label="Flan UL2"),
|
43 |
-
gr.Textbox(lines=3, label="
|
44 |
],
|
45 |
title=title,
|
46 |
description=description,
|
|
|
40 |
gr.Textbox(lines=3),
|
41 |
outputs=[
|
42 |
gr.Textbox(lines=3, label="Flan UL2"),
|
43 |
+
gr.Textbox(lines=3, label="T5 Large")
|
44 |
],
|
45 |
title=title,
|
46 |
description=description,
|