Update README.md
Browse files
README.md
CHANGED
@@ -27,8 +27,8 @@ model.to(device)
|
|
27 |
|
28 |
|
29 |
|
30 |
-
max_length =
|
31 |
-
num_beams =
|
32 |
gen_kwargs = {"max_length": max_length, "num_beams": num_beams}
|
33 |
def predict_step(image_paths):
|
34 |
images = []
|
|
|
27 |
|
28 |
|
29 |
|
30 |
+
max_length = 20
|
31 |
+
num_beams = 8
|
32 |
gen_kwargs = {"max_length": max_length, "num_beams": num_beams}
|
33 |
def predict_step(image_paths):
|
34 |
images = []
|