Spaces:
Runtime error
Runtime error
Commit
·
f0a42ef
1
Parent(s):
38e3100
Adding a norwegian text example
Browse files
app.py
CHANGED
@@ -61,5 +61,6 @@ iface = gr.Interface(
|
|
61 |
[("Paris during night."), 1],
|
62 |
[("A cute kangaroo"), 5],
|
63 |
[("Dois cachorros"), 2],
|
64 |
-
[("un homme marchant sur le parc"), 3]
|
|
|
65 |
).launch(debug=True)
|
|
|
61 |
[("Paris during night."), 1],
|
62 |
[("A cute kangaroo"), 5],
|
63 |
[("Dois cachorros"), 2],
|
64 |
+
[("un homme marchant sur le parc"), 3],
|
65 |
+
[("En strand med palmer"), 2]]
|
66 |
).launch(debug=True)
|