saiful9379 commited on
Commit
7d77c34
1 Parent(s): b4b95df

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -19,7 +19,8 @@ __LICENSE__ = "MIT"
19
  st.write(""" Bangla to English Translation """)
20
 
21
 
22
- BASE_URL = "https://huggingface.co/saiful9379/Bangla-to-English-Translation/tree/main"
 
23
 
24
  class Bn2EnTranslation:
25
  def __init__(self):
 
19
  st.write(""" Bangla to English Translation """)
20
 
21
 
22
+ BASE_URL = "https://huggingface.co/saiful9379/Bangla-to-English-Translation/blob/main/"
23
+
24
 
25
  class Bn2EnTranslation:
26
  def __init__(self):