Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
grover101
/
NeuralNet
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
grover101
commited on
Apr 7, 2024
Commit
d156ff9
·
verified
·
1 Parent(s):
44021d0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import pathlib
2
plt = platform.system()
3
if plt == 'Linux': pathlib.WindowsPath = pathlib.PosixPath
1
+
import platform
2
import pathlib
3
plt = platform.system()
4
if plt == 'Linux': pathlib.WindowsPath = pathlib.PosixPath