Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -81,8 +81,7 @@ io = gr.Interface(
|
|
81 |
),
|
82 |
outputs =[
|
83 |
gr.Textbox(lines = 2, label = 'Pythia410m output', interactive = False)
|
84 |
-
]
|
85 |
-
),
|
86 |
title = title,
|
87 |
description = description,
|
88 |
article = article,
|
|
|
81 |
),
|
82 |
outputs =[
|
83 |
gr.Textbox(lines = 2, label = 'Pythia410m output', interactive = False)
|
84 |
+
],
|
|
|
85 |
title = title,
|
86 |
description = description,
|
87 |
article = article,
|