astro-blendDEV / urlchecador.py
Last commit not found
raw
history blame
181 Bytes
import requests
url = "https://huggingface.co/countfloyd/deepfake/resolve/main/inswapper_128.onnx"
response = requests.get(url)
content = response.content
print(content)