rein0421 commited on
Commit
ea807c9
·
verified ·
1 Parent(s): 281bf23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -905,7 +905,7 @@ async def read_root():
905
  apiEndpoint = "/create-mask-and-inpaint-deepfillv2";
906
  }
907
 
908
- const url = "https://wired-kitten-adequately.ngrok-free.app" + apiEndpoint;
909
 
910
  fetch(url, {
911
  method: 'POST',
 
905
  apiEndpoint = "/create-mask-and-inpaint-deepfillv2";
906
  }
907
 
908
+ const url = "https://localhost:7860" + apiEndpoint;
909
 
910
  fetch(url, {
911
  method: 'POST',