nam194 commited on
Commit
088311b
·
verified ·
1 Parent(s): f76eab6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -110,5 +110,5 @@ with gr.Blocks(analytics_enabled=False) as demo:
110
  outputs=[output_audio, out_text_gr],
111
  )
112
 
113
- demo.launch()
114
- # demo.launch(debug=True, show_api=True, share=True)
 
110
  outputs=[output_audio, out_text_gr],
111
  )
112
 
113
+ # demo.launch()
114
+ demo.launch(debug=True, show_api=True, share=True)