sharmavaruncs commited on
Commit
229b1de
·
1 Parent(s): 4bb9090

corrected local paths

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ label_mapping = ['angry', 'calm', 'disgust', 'fearful', 'happy', 'sad', 'surpris
54
 
55
  # Get the path of the current directory
56
  current_dir = os.path.dirname(os.path.abspath(__file__))
57
-
58
  # Create the path to the file in the parent directory
59
  tokenizer1_dir = os.path.abspath(os.path.join(current_dir, "/EmotionDetector/Models/Tokenizer/"))
60
 
 
54
 
55
  # Get the path of the current directory
56
  current_dir = os.path.dirname(os.path.abspath(__file__))
57
+ print(f'current_dir is {current_dir}\n')
58
  # Create the path to the file in the parent directory
59
  tokenizer1_dir = os.path.abspath(os.path.join(current_dir, "/EmotionDetector/Models/Tokenizer/"))
60