Spaces:
Running
on
Zero
Running
on
Zero
alibabasglab
commited on
Update app.py
Browse files
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()
|