Mahiruoshi
commited on
Commit
•
d487bc0
1
Parent(s):
32c57db
Update app.py
Browse files
app.py
CHANGED
@@ -254,5 +254,5 @@ class VitsGradio:
|
|
254 |
return (self.hps.data.sampling_rate, np.concatenate(audio_fin)),file_path
|
255 |
print("开始部署")
|
256 |
grVits = VitsGradio()
|
257 |
-
grVits.Vits.launch(
|
258 |
|
|
|
254 |
return (self.hps.data.sampling_rate, np.concatenate(audio_fin)),file_path
|
255 |
print("开始部署")
|
256 |
grVits = VitsGradio()
|
257 |
+
grVits.Vits.launch()
|
258 |
|