Spaces:
Runtime error
Runtime error
Commit
·
e4b9948
1
Parent(s):
48b7a7d
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,6 @@ Once the wool fibers have been carded, they are ready for spinning. Spinning is
|
|
19 |
|
20 |
gr.Interface.load(
|
21 |
"models/philschmid/flan-t5-base-samsum",
|
22 |
-
|
23 |
-
|
24 |
examples=examples).launch()
|
|
|
19 |
|
20 |
gr.Interface.load(
|
21 |
"models/philschmid/flan-t5-base-samsum",
|
22 |
+
inputs=[gr.Textbox(lines=15)],
|
23 |
+
outputs=[gr.Textbox(lines=5)],
|
24 |
examples=examples).launch()
|