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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +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
- @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:
 
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
+ @spaces.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: