wendys-llc commited on
Commit
e4b9948
·
1 Parent(s): 48b7a7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- input=gr.Textbox(lines=15),
23
- output=gr.Textbox(lines=5),
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()