Update GPT_SoVITS/vc_webui2.py
Browse files- GPT_SoVITS/vc_webui2.py +1 -0
GPT_SoVITS/vc_webui2.py
CHANGED
@@ -22,6 +22,7 @@ import os, re, sys, json
|
|
22 |
import pdb
|
23 |
import torch
|
24 |
from text.LangSegmenter import LangSegmenter
|
|
|
25 |
|
26 |
try:
|
27 |
import gradio.analytics as analytics
|
|
|
22 |
import pdb
|
23 |
import torch
|
24 |
from text.LangSegmenter import LangSegmenter
|
25 |
+
import torch.nn.functional as F
|
26 |
|
27 |
try:
|
28 |
import gradio.analytics as analytics
|