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