Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|