Update app.py
Browse files
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)
|