Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
intelli-zen
/
asr
like
0
Sleeping
App
Files
Files
Community
5ce1fe8
asr
/
project_settings.py
HoneyTian
update
5ce1fe8
6 months ago
raw
Copy download link
history
blame
Safe
210 Bytes
#!/usr/bin/python3
# -*- coding: utf-8 -*-
import
os
from
pathlib
import
Path
project_path = os.path.abspath(os.path.dirname(__file__))
project_path = Path(project_path)
if
__name__ ==
'__main__'
:
pass