Update xtts.py
Browse files
xtts.py
CHANGED
@@ -84,7 +84,7 @@ def predict():
|
|
84 |
traceback.print_exc()
|
85 |
return str(e)
|
86 |
|
87 |
-
@app.route("/
|
88 |
def play():
|
89 |
url=predict()
|
90 |
return f'''
|
@@ -148,8 +148,3 @@ def trim_sample_audio(speaker_wav):
|
|
148 |
traceback.print_exc()
|
149 |
return speaker_wav
|
150 |
|
151 |
-
|
152 |
-
@app.route("/")
|
153 |
-
def hello():
|
154 |
-
return "hello xtts"
|
155 |
-
|
|
|
84 |
traceback.print_exc()
|
85 |
return str(e)
|
86 |
|
87 |
+
@app.route("/")
|
88 |
def play():
|
89 |
url=predict()
|
90 |
return f'''
|
|
|
148 |
traceback.print_exc()
|
149 |
return speaker_wav
|
150 |
|
|
|
|
|
|
|
|
|
|