chats-bug commited on
Commit
99813d9
·
1 Parent(s): b8b6ade

generate captions function signature update

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -132,7 +132,9 @@ def generate_captions_clip(
132
 
133
 
134
  def generate_captions(
135
- image
 
 
136
  ):
137
  """
138
  Generate captions for the given image.
 
132
 
133
 
134
  def generate_captions(
135
+ image,
136
+ max_length,
137
+ temperature
138
  ):
139
  """
140
  Generate captions for the given image.