Spaces:
Runtime error
Runtime error
Commit ·
4e70c1c
1
Parent(s): be5d9fa
update app again due to model path
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ __LICENSE__ = "MIT"
|
|
| 19 |
st.write(""" Bangla to English Translation """)
|
| 20 |
|
| 21 |
|
| 22 |
-
BASE_URL = "
|
| 23 |
|
| 24 |
|
| 25 |
class Bn2EnTranslation:
|
|
|
|
| 19 |
st.write(""" Bangla to English Translation """)
|
| 20 |
|
| 21 |
|
| 22 |
+
BASE_URL = "./model"
|
| 23 |
|
| 24 |
|
| 25 |
class Bn2EnTranslation:
|