rein0421 commited on
Commit
e6b4392
·
verified ·
1 Parent(s): ede8631

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 = "http://localhost:7860" + apiEndpoint;
909
 
910
  fetch(url, {
911
  method: 'POST',
 
905
  apiEndpoint = "/create-mask-and-inpaint-deepfillv2";
906
  }
907
 
908
+ const url = "https://rein0421-aidentify.hf.space" + apiEndpoint;
909
 
910
  fetch(url, {
911
  method: 'POST',