Spaces:
Runtime error
Runtime error
Commit
·
fbc3e31
1
Parent(s):
fe2ecb7
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
import sys
|
| 2 |
import os
|
|
|
|
| 3 |
# By using XTTS you agree to CPML license https://coqui.ai/cpml
|
| 4 |
os.environ["COQUI_TOS_AGREED"] = "1"
|
| 5 |
|
|
@@ -278,5 +279,4 @@ gr.Interface(
|
|
| 278 |
description=description,
|
| 279 |
article=article,
|
| 280 |
examples=examples,
|
| 281 |
-
js=br__
|
| 282 |
).queue().launch(debug=True)
|
|
|
|
| 1 |
import sys
|
| 2 |
import os
|
| 3 |
+
from fastapi import Request
|
| 4 |
# By using XTTS you agree to CPML license https://coqui.ai/cpml
|
| 5 |
os.environ["COQUI_TOS_AGREED"] = "1"
|
| 6 |
|
|
|
|
| 279 |
description=description,
|
| 280 |
article=article,
|
| 281 |
examples=examples,
|
|
|
|
| 282 |
).queue().launch(debug=True)
|