Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -905,7 +905,7 @@ async def read_root():
|
|
905 |
apiEndpoint = "/create-mask-and-inpaint-deepfillv2";
|
906 |
}
|
907 |
|
908 |
-
const url = "
|
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',
|