Spaces:
Runtime error
Runtime error
csukuangfj
commited on
Commit
•
97b6152
1
Parent(s):
b6e1649
small fixes
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ def process(language: str, repo_id: str, text: str, sid: str):
|
|
97 |
"""
|
98 |
|
99 |
logging.info(info)
|
100 |
-
logging.info(f"\nrepo_id: {repo_id}\ntext: {text}")
|
101 |
|
102 |
filename = str(uuid.uuid4())
|
103 |
filename = f"{filename}.wav"
|
|
|
97 |
"""
|
98 |
|
99 |
logging.info(info)
|
100 |
+
logging.info(f"\nrepo_id: {repo_id}\ntext: {text}\nsid: {sid}")
|
101 |
|
102 |
filename = str(uuid.uuid4())
|
103 |
filename = f"{filename}.wav"
|