sgonzalezsilot
commited on
Commit
•
2402e03
1
Parent(s):
9263dfd
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def get_news(input_text):
|
|
54 |
return result
|
55 |
|
56 |
tweet_input = gr.Textbox(label = "Enter the tweet")
|
57 |
-
output = gr.Textbox("Result")
|
58 |
|
59 |
iface = gr.Interface(fn = get_news,
|
60 |
inputs = tweet_input,
|
|
|
54 |
return result
|
55 |
|
56 |
tweet_input = gr.Textbox(label = "Enter the tweet")
|
57 |
+
output = gr.Textbox(label="Result")
|
58 |
|
59 |
iface = gr.Interface(fn = get_news,
|
60 |
inputs = tweet_input,
|