xyplon
commited on
Update static/models.js
Browse files- static/models.js +1 -1
static/models.js
CHANGED
|
@@ -156,7 +156,7 @@ btn.onclick = async () => {
|
|
| 156 |
text.innerText = ''
|
| 157 |
|
| 158 |
try {
|
| 159 |
-
const response = await fetch('/gen', {
|
| 160 |
method: 'POST',
|
| 161 |
headers: {
|
| 162 |
'Content-Type': 'application/json',
|
|
|
|
| 156 |
text.innerText = ''
|
| 157 |
|
| 158 |
try {
|
| 159 |
+
const response = await fetch('https://uniform-farrah-fumes-20cd2409.koyeb.app/hf/img/gen', {
|
| 160 |
method: 'POST',
|
| 161 |
headers: {
|
| 162 |
'Content-Type': 'application/json',
|