Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hassan-16
/
TTS
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
46e6d63
TTS
/
app.py
Hassan-16
Update app.py
46e6d63
verified
2 months ago
raw
Copy download link
history
blame
193 Bytes
import
os
zip_path =
"model/kokoro-v1_0.zip"
if
not
os.path.exists(zip_path):
raise
FileNotFoundError(
f"ZIP file not found at
{zip_path}
"
)
else
:
print
(
f"ZIP file found at
{zip_path}
"
)