kenken999's picture
fdf
f7197e2
raw
history blame
148 Bytes
class Model:
def predict(self, text, image):
# Replace with your model's prediction logic
return "Output: " + text + " " + image