Steven Zhang commited on
Commit
87f2235
1 Parent(s): 46ae4cd

bugfix app

Browse files
Files changed (2) hide show
  1. README.md +0 -1
  2. TestTranslation/translation_test.py +1 -1
README.md CHANGED
@@ -10,4 +10,3 @@ pinned: false
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
- a
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
TestTranslation/translation_test.py CHANGED
@@ -1,4 +1,4 @@
1
- from translation import *
2
 
3
 
4
  test_eng_texts = [pair[0] for pair in test_pairs]
1
+ from TestTranslation.translation import *
2
 
3
 
4
  test_eng_texts = [pair[0] for pair in test_pairs]