baguioni commited on
Commit
1ad75c7
1 Parent(s): 4a4795b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -21,7 +21,6 @@ def generated_tweet(inputtext, user):
21
  tweet = karpathy(inputtext)
22
  if user == 'barackobama':
23
  tweet = barackobama(inputtext)
24
-
25
  return tweet
26
 
27
  title = "GPT-2 Tweet Generator"
 
21
  tweet = karpathy(inputtext)
22
  if user == 'barackobama':
23
  tweet = barackobama(inputtext)
 
24
  return tweet
25
 
26
  title = "GPT-2 Tweet Generator"