pacman2223 commited on
Commit
b10a285
·
verified ·
1 Parent(s): 43ead69

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -489,7 +489,7 @@
489
  }
490
 
491
  // API endpoint - update this to your actual API URL
492
- const API_URL = 'https://huggingface.co/spaces/pacman2223/exo-ml';
493
 
494
  function switchTab(tab) {
495
  document.querySelectorAll('.tab').forEach(t => t.classList.remove('active'));
 
489
  }
490
 
491
  // API endpoint - update this to your actual API URL
492
+ const API_URL = 'https://pacman2223-exo-ml.hf.space';
493
 
494
  function switchTab(tab) {
495
  document.querySelectorAll('.tab').forEach(t => t.classList.remove('active'));