Spaces:
Running
Running
import requests | |
def ping(url): | |
return requests.get(url) | |
ping('https://alptangall-k-e-p-0l1n3.hf.space/') |
import requests | |
def ping(url): | |
return requests.get(url) | |
ping('https://alptangall-k-e-p-0l1n3.hf.space/') |