Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ from diffusers import StableDiffusionPipeline, EulerDiscreteScheduler, StableDif
|
|
| 35 |
import stanza
|
| 36 |
import numpy as np
|
| 37 |
|
| 38 |
-
from
|
| 39 |
|
| 40 |
class TransGen:
|
| 41 |
def __init__(
|
|
|
|
| 35 |
import stanza
|
| 36 |
import numpy as np
|
| 37 |
|
| 38 |
+
from IndicTransToolkit import IndicProcessor
|
| 39 |
|
| 40 |
class TransGen:
|
| 41 |
def __init__(
|