Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
lenML/ChatTTS-Forge
lalalic
/
chattts
like
0
Sleeping
App
Files
Files
Community
32b2aaa
chattts
/
modules
/
hf.py
zhzluke96
update
374f426
6 months ago
raw
Copy download link
history
blame
Safe
218 Bytes
# 给huggingface space写的兼容代码
try
:
import
spaces
except
:
class
NoneSpaces
:
def
__init__
(
self
):
pass
def
GPU
(
self, fn
):
return
fn
spaces = NoneSpaces()