Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ import uuid
|
|
35 |
import html
|
36 |
import subprocess
|
37 |
import time
|
38 |
-
from
|
39 |
from themes import MetafisikTheme # Impor tema custom dari themes.py
|
40 |
|
41 |
# Inisialisasi G2P (Grapheme to Phoneme)
|
|
|
35 |
import html
|
36 |
import subprocess
|
37 |
import time
|
38 |
+
from g2pid import G2P
|
39 |
from themes import MetafisikTheme # Impor tema custom dari themes.py
|
40 |
|
41 |
# Inisialisasi G2P (Grapheme to Phoneme)
|