mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-07 10:10:23 +08:00
feat(all): optimize hierarchy of files
This commit is contained in:
13
infer/modules/gui/__init__.py
Normal file
13
infer/modules/gui/__init__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""
|
||||
TorchGating is a PyTorch-based implementation of Spectral Gating
|
||||
================================================
|
||||
Author: Asaf Zorea
|
||||
|
||||
Contents
|
||||
--------
|
||||
torchgate imports all the functions from PyTorch, and in addition provides:
|
||||
TorchGating --- A PyTorch module that applies a spectral gate to an input signal
|
||||
|
||||
"""
|
||||
|
||||
from .torchgate import TorchGate
|
||||
Reference in New Issue
Block a user