laxsvips commited on
Commit
5a4a976
·
1 Parent(s): 15fceb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -62,8 +62,8 @@ generate_image_prompt_gr = gradio.Interface(
62
 
63
  generate_audio_gr = gradio.Interface(
64
  fn=generate_audio,
65
- inputs=["text"],
66
- outputs="audio",
67
  title="Convert text to audio",
68
  description="An API for the user to convert text to audio"
69
  )
 
62
 
63
  generate_audio_gr = gradio.Interface(
64
  fn=generate_audio,
65
+ inputs="text",
66
+ outputs="text",
67
  title="Convert text to audio",
68
  description="An API for the user to convert text to audio"
69
  )