Spaces:
Build error
Build error
Commit
·
8141d0c
1
Parent(s):
ead0a4e
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,10 @@ import csv
|
|
5 |
# Read requirements.txt file
|
6 |
with open('requirements.txt', 'r') as req_file:
|
7 |
requirements = req_file.read().splitlines
|
|
|
|
|
|
|
|
|
8 |
|
9 |
# Load and preprocess the IMDB dataset from CSV
|
10 |
preprocessed_data = []
|
|
|
5 |
# Read requirements.txt file
|
6 |
with open('requirements.txt', 'r') as req_file:
|
7 |
requirements = req_file.read().splitlines
|
8 |
+
|
9 |
+
for requirement in requirements:
|
10 |
+
('pip install --use-feature=build-backend')
|
11 |
+
|
12 |
|
13 |
# Load and preprocess the IMDB dataset from CSV
|
14 |
preprocessed_data = []
|