ZennyKenny commited on
Commit
0180738
Β·
verified Β·
1 Parent(s): a32f02f

fix syntax

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -20,7 +20,8 @@ classifier = pipeline("text-classification", model="distilbert/distilbert-base-u
20
  generator = pipeline("text2text-generation", model="google/flan-t5-base")
21
 
22
  # Function to classify customer comments
23
- @spaces.GPU #https://huggingface.co/docs/hub/spaces-zerogpu
 
24
  def classify_comments():
25
  sentiments = []
26
  categories = []
 
20
  generator = pipeline("text2text-generation", model="google/flan-t5-base")
21
 
22
  # Function to classify customer comments
23
+ # https://huggingface.co/docs/hub/spaces-zerogpu
24
+ @spaces.GPU
25
  def classify_comments():
26
  sentiments = []
27
  categories = []