Skip to content

Commit f302ecb

Browse files
reorg folders
1 parent 717c1fa commit f302ecb

File tree

10 files changed

+2
-1
lines changed

10 files changed

+2
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

orpheus-tts/model/model.py renamed to orpheus-tts/orpheus-tts/model/model.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from huggingface_hub import login
2-
from orpheus_tts import OrpheusModel
2+
from orpheus_tts import OrpheusModel
3+
34

45
class Model:
56
def __init__(self, **kwargs):

0 commit comments

Comments
 (0)