xyplon
commited on
Commit
•
fe14ff5
1
Parent(s):
33909cc
Update models.js
Browse files
models.js
CHANGED
@@ -154,7 +154,7 @@ btn.onclick = async () => {
|
|
154 |
text.innerText = ''
|
155 |
|
156 |
try {
|
157 |
-
const response = await fetch('https://
|
158 |
method: 'POST',
|
159 |
headers: {
|
160 |
'Content-Type': 'application/json',
|
|
|
154 |
text.innerText = ''
|
155 |
|
156 |
try {
|
157 |
+
const response = await fetch('https://xyplon-okln.onrender.com/hf/img/gen', {
|
158 |
method: 'POST',
|
159 |
headers: {
|
160 |
'Content-Type': 'application/json',
|