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