gaur3009 commited on
Commit
a90cc76
·
verified ·
1 Parent(s): d261060

Update index.html

Browse files
Files changed (1) hide show
  1. 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;