Spaces:
Build error
Build error
Rongjiehuang
commited on
Commit
•
90d9164
1
Parent(s):
252271a
update
Browse files
inference/gradio/infer.py
CHANGED
@@ -55,7 +55,7 @@ class GradioInfer:
|
|
55 |
for i in range(len(example_inputs)):
|
56 |
text, ref_audio = example_inputs[i].split('|')
|
57 |
print('text: ', text, 'ref_audio:', ref_audio)
|
58 |
-
example_inputs[i] = [text,
|
59 |
|
60 |
iface = gr.Interface(fn=self.greet,
|
61 |
inputs=[
|
|
|
55 |
for i in range(len(example_inputs)):
|
56 |
text, ref_audio = example_inputs[i].split('|')
|
57 |
print('text: ', text, 'ref_audio:', ref_audio)
|
58 |
+
example_inputs[i] = [text, ref_audio]
|
59 |
|
60 |
iface = gr.Interface(fn=self.greet,
|
61 |
inputs=[
|