ai01firebird commited on
Commit
83e5b4d
Β·
verified Β·
1 Parent(s): 0abc7a9

Rename app.py to app_OLD.py

Browse files
Files changed (1) hide show
  1. app.py β†’ app_OLD.py +0 -1
app.py β†’ app_OLD.py RENAMED
@@ -73,7 +73,6 @@ def text_to_emoji_OLD(input_text):
73
  "Let’s party β†’ πŸŽ‰πŸ•ΊπŸ’ƒ\n"
74
  f"{cleaned_text} β†’"
75
  )
76
- prompt = f"Text: {input_text}\nEmoji:"
77
 
78
  # Tokenisierung und Generation
79
  inputs = tokenizer(prompt, return_tensors="pt")
 
73
  "Let’s party β†’ πŸŽ‰πŸ•ΊπŸ’ƒ\n"
74
  f"{cleaned_text} β†’"
75
  )
 
76
 
77
  # Tokenisierung und Generation
78
  inputs = tokenizer(prompt, return_tensors="pt")