lmzjms commited on
Commit
b473fc6
·
1 Parent(s): 5f2ebca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -211,14 +211,14 @@ if __name__ == '__main__':
211
  #'TTS': 'cuda:0'
212
  #'T2S': 'cuda:0'
213
  #'ASR': 'cuda:0'
214
- #'A2T': 'cpu',
215
  #'Inpaint': 'cuda:0',
216
  #'SoundDetection': 'cuda:0'
217
  #'Binaural': 'cuda:0',
218
  #'SoundExtraction': 'cuda:0'
219
  #'TargetSoundDetection': 'cuda:0',
220
  #'Speech_Enh_SC': 'cuda:0'
221
- 'Speech_SS': 'cuda:0'
222
  })
223
  with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
224
  gr.Markdown(_DESCRIPTION)
 
211
  #'TTS': 'cuda:0'
212
  #'T2S': 'cuda:0'
213
  #'ASR': 'cuda:0'
214
+ 'A2T': 'cuda:0'
215
  #'Inpaint': 'cuda:0',
216
  #'SoundDetection': 'cuda:0'
217
  #'Binaural': 'cuda:0',
218
  #'SoundExtraction': 'cuda:0'
219
  #'TargetSoundDetection': 'cuda:0',
220
  #'Speech_Enh_SC': 'cuda:0'
221
+ #'Speech_SS': 'cuda:0'
222
  })
223
  with gr.Blocks(css="#chatbot {overflow:auto; height:500px;}") as demo:
224
  gr.Markdown(_DESCRIPTION)