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