Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,7 @@ import torch
|
|
23 |
import numpy as np
|
24 |
import requests
|
25 |
from transformers import pipeline, AutoModelForSpeechSeq2Seq, AutoProcessor
|
|
|
26 |
|
27 |
|
28 |
# Setup logging to a file to capture debug information
|
|
|
23 |
import numpy as np
|
24 |
import requests
|
25 |
from transformers import pipeline, AutoModelForSpeechSeq2Seq, AutoProcessor
|
26 |
+
from typing import List, Tuple
|
27 |
|
28 |
|
29 |
# Setup logging to a file to capture debug information
|