SoulXS2 commited on
Commit
2b9a0fe
·
verified ·
1 Parent(s): cd60df6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def read_docx(file_path):
12
  return text
13
 
14
  # Load and tokenize your conversational dataset
15
- docx_file_path = "/test.txt"
16
  text_data = read_docx(docx_file_path)
17
 
18
  # Tokenization
 
12
  return text
13
 
14
  # Load and tokenize your conversational dataset
15
+ docx_file_path = "test.txt"
16
  text_data = read_docx(docx_file_path)
17
 
18
  # Tokenization