Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
alptangall/k.e.p-0l1n3
alptangall
/
k.e.p-0l1n3-1
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
alptangall
commited on
Oct 26, 2024
Commit
dfc35ce
·
verified
·
1 Parent(s):
de15eef
Create main.py
Browse files
Files changed (1)
hide
show
main.py
+5
-0
main.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import requests
2
+
3
+
def ping(url):
4
+
return requests.get(url)
5
+
ping('https://alptangall-k-e-p-0l1n3.hf.space/')