MariaKaiser commited on
Commit
fb77147
·
verified ·
1 Parent(s): bfb8f1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -350,7 +350,7 @@ emotion_map = {
350
  }
351
 
352
  def generate_tagged_text(text: str, emotion_enum: str, intensity_enum: int) -> str:
353
- """
354
  Convert enums to <emo_x> <int_y> format and concatenate with text
355
  """
356
  emo_tag = f"<emo_{emotion_map[emotion_enum]}>"
 
350
  }
351
 
352
  def generate_tagged_text(text: str, emotion_enum: str, intensity_enum: int) -> str:
353
+ """
354
  Convert enums to <emo_x> <int_y> format and concatenate with text
355
  """
356
  emo_tag = f"<emo_{emotion_map[emotion_enum]}>"