Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -318,7 +318,7 @@
|
|
318 |
const historyGrid = document.getElementById('history-grid');
|
319 |
|
320 |
// API Endpoint
|
321 |
-
const API_URL = 'https://multimodalart-cosxl.hf.space/run/predict';
|
322 |
|
323 |
// Current state
|
324 |
let uploadedImage = null;
|
|
|
318 |
const historyGrid = document.getElementById('history-grid');
|
319 |
|
320 |
// API Endpoint
|
321 |
+
const API_URL = 'https://cors-anywhere.herokuapp.com/https://multimodalart-cosxl.hf.space/run/predict';
|
322 |
|
323 |
// Current state
|
324 |
let uploadedImage = null;
|