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