alibabasglab commited on
Commit
49effbd
·
verified ·
1 Parent(s): ed890e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -86,5 +86,6 @@ ss_demo = gr.Interface(
86
  with demo:
87
  #gr.TabbedInterface([se_demo], ["Speech Enhancement"])
88
  gr.TabbedInterface([se_demo, ss_demo], ["Speech Enhancement", "Speech Separation"])
89
-
 
90
  demo.launch()
 
86
  with demo:
87
  #gr.TabbedInterface([se_demo], ["Speech Enhancement"])
88
  gr.TabbedInterface([se_demo, ss_demo], ["Speech Enhancement", "Speech Separation"])
89
+
90
+ print('gpu is available: '+torch.cuda.is_available())
91
  demo.launch()