Update index.js
Browse files
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 |
-
|
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...';
|