Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Omnibus-archive
/
test_fn.py
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Omnibus
commited on
Dec 29, 2023
Commit
27a49a1
·
1 Parent(s):
19ad28e
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import os
2
+
os.system("git clone https://huggingface.co/spaces/Omnibus/functions.py")
3
+
from functions import timedate
4
+
5
+
print (timedate.timename)
6
+