Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ class GradioInfer:
|
|
| 23 |
pkg = ".".join(inference_cls.split(".")[:-1])
|
| 24 |
cls_name = inference_cls.split(".")[-1]
|
| 25 |
self.inference_cls = getattr(importlib.import_module(pkg), cls_name)
|
| 26 |
-
|
| 27 |
@spaces.GPU
|
| 28 |
def greet(self, singer, text, notes, notes_duration):
|
| 29 |
PUNCS = '。?;:'
|
|
|
|
| 23 |
pkg = ".".join(inference_cls.split(".")[:-1])
|
| 24 |
cls_name = inference_cls.split(".")[-1]
|
| 25 |
self.inference_cls = getattr(importlib.import_module(pkg), cls_name)
|
| 26 |
+
|
| 27 |
@spaces.GPU
|
| 28 |
def greet(self, singer, text, notes, notes_duration):
|
| 29 |
PUNCS = '。?;:'
|