kevinwang676 commited on
Commit
a030417
·
verified ·
1 Parent(s): f8be0ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = '。?;:'