Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
deep-matter
/
Nano-AutoGrad
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
deep-matter
commited on
Jun 27, 2023
Commit
41a501f
·
1 Parent(s):
e06de86
Delete init.py
Browse files
Files changed (1)
hide
show
init.py
+0
-5
init.py
DELETED
Viewed
@@ -1,5 +0,0 @@
1
-
import os
2
-
import sys
3
-
# Add the parent directory of app.py to the system path
4
-
parent_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
5
-
sys.path.append(parent_dir)