Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import time
|
|
| 4 |
|
| 5 |
# --- CONFIGURATION ---
|
| 6 |
DROPLET_IP = "134.199.195.151"
|
| 7 |
-
API_URL = "https://
|
| 8 |
|
| 9 |
# --- LOGIC ---
|
| 10 |
def ghost_translate(cuda_code):
|
|
|
|
| 4 |
|
| 5 |
# --- CONFIGURATION ---
|
| 6 |
DROPLET_IP = "134.199.195.151"
|
| 7 |
+
API_URL = "https://djrbe-134-199-192-140.run.pinggy-free.link/translate"
|
| 8 |
|
| 9 |
# --- LOGIC ---
|
| 10 |
def ghost_translate(cuda_code):
|