Spaces:
Running
on
Zero
Running
on
Zero
File size: 148 Bytes
f7197e2 |
1 2 3 4 |
class Model:
def predict(self, text, image):
# Replace with your model's prediction logic
return "Output: " + text + " " + image |