DemoLou commited on
Commit
3380001
1 Parent(s): 281a008

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -133,7 +133,7 @@ def main(input):
133
  print(models_tts)
134
 
135
 
136
- demo = gr.Interface(fn=main, inputs="text", outputs="html")
137
 
138
  # outputs=gr.outputs.Textbox(label="outputAudio"))
139
 
 
133
  print(models_tts)
134
 
135
 
136
+ demo = gr.Interface(fn=main, inputs="text", outputs="text")
137
 
138
  # outputs=gr.outputs.Textbox(label="outputAudio"))
139