Dreamy0 commited on
Commit
5737b10
·
verified ·
1 Parent(s): 509be6b

Update ui/script.js

Browse files
Files changed (1) hide show
  1. ui/script.js +1 -1
ui/script.js CHANGED
@@ -11,7 +11,7 @@ async function analyze() {
11
  roast.textContent = '';
12
 
13
  // 👇 YOUR NGROK URL GOES HERE
14
- const API_URL = "https://c179cffb5e08.ngrok-free.app";
15
 
16
  try {
17
  const response = await fetch(`${API_URL}/predict`, {
 
11
  roast.textContent = '';
12
 
13
  // 👇 YOUR NGROK URL GOES HERE
14
+ const API_URL = "https://cf6827739654.ngrok-free.app";
15
 
16
  try {
17
  const response = await fetch(`${API_URL}/predict`, {