Hmjz100 commited on
Commit
231a39d
·
1 Parent(s): b0dad60

Upload 3 files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(glob.glob("."))
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):