EVad commited on
Commit
9de9586
·
1 Parent(s): d202e0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def inference(image_paths):
51
  #print(preds)
52
 
53
  sample = TTSHubInterface.get_model_input(task, preds)
54
- sample = move_to_cuda(sample)
55
 
56
 
57
  wav, rate = TTSHubInterface.get_prediction(task, model1, generator, sample)
 
51
  #print(preds)
52
 
53
  sample = TTSHubInterface.get_model_input(task, preds)
54
+ #sample = move_to_cuda(sample)
55
 
56
 
57
  wav, rate = TTSHubInterface.get_prediction(task, model1, generator, sample)