Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -80,8 +80,8 @@ iface = gr.Interface(
|
|
80 |
inputs=[gr.Textbox(label="Text to identify language for"), gr.Slider(0, 100, value=80, step=1, label="Probability threshold (%)")],
|
81 |
outputs="label",
|
82 |
examples=[
|
83 |
-
|
84 |
-
|
85 |
]
|
86 |
)
|
87 |
iface.launch()
|
|
|
80 |
inputs=[gr.Textbox(label="Text to identify language for"), gr.Slider(0, 100, value=80, step=1, label="Probability threshold (%)")],
|
81 |
outputs="label",
|
82 |
examples=[
|
83 |
+
["Jeg heter Svein Arne", 80],
|
84 |
+
["Dán lágan li biejadusá dárogiela, rijkalasj unneplågogielaj ja dáro siejvvemgiela birra", 80],
|
85 |
]
|
86 |
)
|
87 |
iface.launch()
|