Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ interface = gr.Interface(
|
|
107 |
inputs='text',
|
108 |
outputs=['label'],
|
109 |
title='Latvian Twitter Sentiment Analysis',
|
110 |
-
examples= ["Es mīlu Tevi","Es ienīstu kafiju"]
|
111 |
description='Get the positive/neutral/negative sentiment for the given input.'
|
112 |
)
|
113 |
|
|
|
107 |
inputs='text',
|
108 |
outputs=['label'],
|
109 |
title='Latvian Twitter Sentiment Analysis',
|
110 |
+
examples= ["Es mīlu Tevi","Es ienīstu kafiju"],
|
111 |
description='Get the positive/neutral/negative sentiment for the given input.'
|
112 |
)
|
113 |
|