Spaces:
Running
Running
Update ui/script.js
Browse files- 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://
|
| 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`, {
|