viswadarshan06 commited on
Commit
fcb7d2b
·
verified ·
1 Parent(s): 7d25b79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,12 +18,12 @@ async def load_model():
18
 
19
  encoder_path = hf_hub_download(
20
  repo_id="viswadarshan06/mt5-tamil-paraphrase-onnx",
21
- filename="encoder_model.onnx", cache_dir="/tmp"
22
  token=hf_token
23
  )
24
  decoder_path = hf_hub_download(
25
  repo_id="viswadarshan06/mt5-tamil-paraphrase-onnx",
26
- filename="decoder_model.onnx", cache_dir="/tmp"
27
  token=hf_token
28
  )
29
 
 
18
 
19
  encoder_path = hf_hub_download(
20
  repo_id="viswadarshan06/mt5-tamil-paraphrase-onnx",
21
+ filename="encoder_model.onnx", cache_dir="/tmp",
22
  token=hf_token
23
  )
24
  decoder_path = hf_hub_download(
25
  repo_id="viswadarshan06/mt5-tamil-paraphrase-onnx",
26
+ filename="decoder_model.onnx", cache_dir="/tmp",
27
  token=hf_token
28
  )
29