kaushikbar commited on
Commit
efbdffe
1 Parent(s): 34aaf31

Multiple language support added.

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -88,8 +88,8 @@ Og som fedres kamp har hevet\
88
  det av nød til seir"
89
  example_labels2 = "helse,sport,religion,mat,patriotisme og nasjonalisme"
90
 
91
- example_text3 = "Elephants are"
92
- example_labels3 = "big,small,strong,fast,carnivorous"
93
 
94
  example_text4 = "Dogs are man's best friend"
95
  example_labels4 = "positive,negative,neutral"
@@ -110,7 +110,7 @@ example_labels8 = "новости,комедия"
110
 
111
  example_text9 = "I quattro registi - Federico Fellini, Pier Paolo Pasolini, Bernardo Bertolucci e Vittorio De Sica - \
112
  hanno utilizzato stili di ripresa diversi, ma hanno fortemente influenzato le giovani generazioni di registi."
113
- example_labels9 = "film,magia,divertimento"
114
 
115
  iface = gr.Interface(
116
  title="Multilingual Multi-label Zero-shot Classification",
 
88
  det av nød til seir"
89
  example_labels2 = "helse,sport,religion,mat,patriotisme og nasjonalisme"
90
 
91
+ example_text3 = "Elephants"
92
+ example_labels3 = "are big,can be very small,generally not strong enough,are faster than you think,can be carnivorous"
93
 
94
  example_text4 = "Dogs are man's best friend"
95
  example_labels4 = "positive,negative,neutral"
 
110
 
111
  example_text9 = "I quattro registi - Federico Fellini, Pier Paolo Pasolini, Bernardo Bertolucci e Vittorio De Sica - \
112
  hanno utilizzato stili di ripresa diversi, ma hanno fortemente influenzato le giovani generazioni di registi."
113
+ example_labels9 = "cinema,politica,cibo"
114
 
115
  iface = gr.Interface(
116
  title="Multilingual Multi-label Zero-shot Classification",