pdufour commited on
Commit
e4c5511
·
verified ·
1 Parent(s): 6bcd5a3

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -114,7 +114,7 @@ async function handleQuery(imageUrl, query) {
114
  status.textContent = 'Please provide both an image and a prompt';
115
  return;
116
  }
117
- cnosole.log('Analyzing...');
118
 
119
  try {
120
  status.textContent = 'Analyzing...';
 
114
  status.textContent = 'Please provide both an image and a prompt';
115
  return;
116
  }
117
+ console.log('handleQuery', {imageUrl}, {query});
118
 
119
  try {
120
  status.textContent = 'Analyzing...';