xyplon commited on
Commit
edbcc37
·
verified ·
1 Parent(s): 5454603

Update static/models.js

Browse files
Files changed (1) hide show
  1. 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('https://xyplon.koyeb.app/hf/img/gen', {
160
  method: 'POST',
161
  headers: {
162
  'Content-Type': 'application/json',
 
156
  text.innerText = ''
157
 
158
  try {
159
+ const response = await fetch('https://xyplon-api.hf.space/hf/img/gen', {
160
  method: 'POST',
161
  headers: {
162
  'Content-Type': 'application/json',