nateraw commited on
Commit
e8b70a8
β€’
1 Parent(s): ecd6abf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ class Pipeline:
142
 
143
 
144
  pipeline = Pipeline()
145
- def fn(video_path, temperature=0.7, top_p=0.95, max_text_length=77, num_return_sequences=10):
146
  return pipeline(video_path, temperature, top_p, max_text_length, num_return_sequences)
147
 
148
  title = "LaViLa"
 
142
 
143
 
144
  pipeline = Pipeline()
145
+ def fn(video_path, temperature=0.7, top_p=0.95, max_text_length=120, num_return_sequences=5):
146
  return pipeline(video_path, temperature, top_p, max_text_length, num_return_sequences)
147
 
148
  title = "LaViLa"