alex-abb commited on
Commit
3863c9e
1 Parent(s): 99c4e69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -12,8 +12,7 @@ system_message = """Classify the text into neutral, negative or positive.
12
  Text: This movie is definitely one of my favorite movies of its kind. The interaction between respectable and morally strong characters is an ode to chivalry and the honor code amongst thieves and policemen.
13
  Sentiment:
14
  """
15
-
16
- @spaces.GPU
17
  # Fonction pour générer une réponse à partir du message de l'utilisateur
18
  def generate_response(user_message, history):
19
  try:
 
12
  Text: This movie is definitely one of my favorite movies of its kind. The interaction between respectable and morally strong characters is an ode to chivalry and the honor code amongst thieves and policemen.
13
  Sentiment:
14
  """
15
+ @space.GPU
 
16
  # Fonction pour générer une réponse à partir du message de l'utilisateur
17
  def generate_response(user_message, history):
18
  try: