Spaces:
Runtime error
Runtime error
marcelcastrobr
commited on
Commit
•
fef47b0
1
Parent(s):
f0a42ef
Adding a norwegian text example
Browse files
app.py
CHANGED
@@ -62,5 +62,5 @@ iface = gr.Interface(
|
|
62 |
[("A cute kangaroo"), 5],
|
63 |
[("Dois cachorros"), 2],
|
64 |
[("un homme marchant sur le parc"), 3],
|
65 |
-
[("
|
66 |
).launch(debug=True)
|
|
|
62 |
[("A cute kangaroo"), 5],
|
63 |
[("Dois cachorros"), 2],
|
64 |
[("un homme marchant sur le parc"), 3],
|
65 |
+
[("et høyt fjell"), 2]]
|
66 |
).launch(debug=True)
|