Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from huggingface_hub import hf_hub_download
|
|
9 |
from transformers import pipeline
|
10 |
import torch
|
11 |
import os
|
12 |
-
|
13 |
|
14 |
model_name = "Helsinki-NLP/opus-mt-en-hi"
|
15 |
|
|
|
9 |
from transformers import pipeline
|
10 |
import torch
|
11 |
import os
|
12 |
+
import numpy as np
|
13 |
|
14 |
model_name = "Helsinki-NLP/opus-mt-en-hi"
|
15 |
|