Spaces:
Runtime error
Runtime error
Upload 3 files
Browse files
app.py
CHANGED
@@ -255,7 +255,7 @@ class InferenceModel(object):
|
|
255 |
tokens = tokens[:np.argmax(tokens == vocabularies.DECODED_EOS_ID)]
|
256 |
return tokens
|
257 |
|
258 |
-
print(
|
259 |
inference_model = InferenceModel('/home/user/app/checkpoints/mt3/', 'mt3')
|
260 |
|
261 |
def inference(url):
|
|
|
255 |
tokens = tokens[:np.argmax(tokens == vocabularies.DECODED_EOS_ID)]
|
256 |
return tokens
|
257 |
|
258 |
+
print(glob2.glob("."))
|
259 |
inference_model = InferenceModel('/home/user/app/checkpoints/mt3/', 'mt3')
|
260 |
|
261 |
def inference(url):
|