baguioni commited on
Commit
ae54d30
1 Parent(s): 64445a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ barackobama = gr.Interface.load("huggingface/huggingtweets/barackobama")
9
  karpathy = gr.Interface.load("huggingface/huggingtweets/karpathy")
10
 
11
  def generated_tweet(inputtext, user):
 
12
  if user == 'jacobe':
13
  return jacobe(inputtext)
14
  if user == 'baguioni':
 
9
  karpathy = gr.Interface.load("huggingface/huggingtweets/karpathy")
10
 
11
  def generated_tweet(inputtext, user):
12
+ return baguioni(inputtext)
13
  if user == 'jacobe':
14
  return jacobe(inputtext)
15
  if user == 'baguioni':