johann22 commited on
Commit
d20a3a8
·
1 Parent(s): 22860f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ additional_inputs=[
86
  step=0.05,
87
  interactive=True,
88
  info="Penalize repeated tokens",
89
- ), output
90
 
91
  ]
92
 
 
86
  step=0.05,
87
  interactive=True,
88
  info="Penalize repeated tokens",
89
+ ), gr.State()
90
 
91
  ]
92