wayne-wang-1119 commited on
Commit
ec2b112
·
1 Parent(s): 7872001

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ def compute_spec(ref_file):
140
 
141
 
142
  def greet(Text, Voicetoclone, VoiceMicrophone):
143
- text = "%s" % (generate_prompt(Text))
144
  if Voicetoclone is not None:
145
  reference_files = "%s" % (Voicetoclone)
146
  print("path url")
 
140
 
141
 
142
  def greet(Text, Voicetoclone, VoiceMicrophone):
143
+ text = "%s" % (generate_prompt("%s" % Text))
144
  if Voicetoclone is not None:
145
  reference_files = "%s" % (Voicetoclone)
146
  print("path url")