marcelcastrobr
commited on
Commit
•
6e12a49
1
Parent(s):
3657834
update of application
Browse files
app.py
CHANGED
@@ -29,5 +29,7 @@ iface = gr.Interface(
|
|
29 |
outputs=gr.outputs.Label(num_top_classes=3),
|
30 |
capture_session=True,
|
31 |
interpretation="default"
|
32 |
-
,examples=[
|
|
|
|
|
33 |
iface.launch()
|
|
|
29 |
outputs=gr.outputs.Label(num_top_classes=3),
|
30 |
capture_session=True,
|
31 |
interpretation="default"
|
32 |
+
,examples=[
|
33 |
+
[("Folkehelseinstituttets mest optimistiske anslag er at alle voksne er ferdigvaksinert innen midten av september."), ('politikk', 'helse', 'sport', 'religion')]
|
34 |
+
]
|
35 |
iface.launch()
|