soufyane commited on
Commit
a6aa62a
1 Parent(s): 46491d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -20,7 +20,6 @@ def analyze_text(text):
20
  return result
21
 
22
  # Function to process a CSV file and update results live
23
- @spaces.GPU
24
  def analyze_csv(file,nrows=400):
25
  df = pd.read_csv(file.name)
26
  texts = df['text'].tolist()
 
20
  return result
21
 
22
  # Function to process a CSV file and update results live
 
23
  def analyze_csv(file,nrows=400):
24
  df = pd.read_csv(file.name)
25
  texts = df['text'].tolist()