arjunanand13 commited on
Commit
cd84313
·
verified ·
1 Parent(s): 10d11c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def model_inference(image, text):
63
  inputs = {
64
  "inputs": {
65
  "text": text,
66
- "image": image
67
  }
68
  }
69
 
 
63
  inputs = {
64
  "inputs": {
65
  "text": text,
66
+ "image": image_base64
67
  }
68
  }
69