kiramayatu commited on
Commit
14f6be9
·
1 Parent(s): 4a5ca4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -136,4 +136,5 @@ if __name__ == "__main__":
136
  outputs=[message_box, converted_audio])
137
  webbrowser.open("http://127.0.0.1:7860")
138
  app.launch(share=args.share)
 
139
 
 
136
  outputs=[message_box, converted_audio])
137
  webbrowser.open("http://127.0.0.1:7860")
138
  app.launch(share=args.share)
139
+ show_api=True
140