Spaces:
Build error
Build error
Update utils.py
Browse files
utils.py
CHANGED
@@ -72,7 +72,7 @@ def chatbot_response(text_input, image_input, audio_input):
|
|
72 |
|
73 |
|
74 |
|
75 |
-
def generate_tokens(combined_embeds, max_tokens=
|
76 |
pred_tokens = []
|
77 |
|
78 |
combined_embed = combined_embeds
|
|
|
72 |
|
73 |
|
74 |
|
75 |
+
def generate_tokens(combined_embeds, max_tokens=200):
|
76 |
pred_tokens = []
|
77 |
|
78 |
combined_embed = combined_embeds
|