Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
-
os.system("git clone https://huggingface.co/spaces/Omnibus/
|
| 3 |
from functions import timedate
|
| 4 |
-
|
| 5 |
print (timedate.timename)
|
| 6 |
|
|
|
|
| 1 |
import os
|
| 2 |
+
os.system("git clone https://huggingface.co/spaces/Omnibus/Functions")
|
| 3 |
from functions import timedate
|
| 4 |
+
#https://huggingface.co/spaces/Omnibus/Functions/raw/main/timedate.py
|
| 5 |
print (timedate.timename)
|
| 6 |
|