Spaces:
Runtime error
Runtime error
NotYuSheng
commited on
Commit
•
8f9ed5c
1
Parent(s):
d02e038
Update multimodal_ai.py
Browse files- multimodal_ai.py +1 -1
multimodal_ai.py
CHANGED
@@ -44,4 +44,4 @@ class MultimodalAI:
|
|
44 |
|
45 |
# Decode and return the response
|
46 |
response_text = self.tokenizer.decode(outputs[0], skip_special_tokens=True)
|
47 |
-
return response_text
|
|
|
44 |
|
45 |
# Decode and return the response
|
46 |
response_text = self.tokenizer.decode(outputs[0], skip_special_tokens=True)
|
47 |
+
return response_text
|