Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ gr.Interface(
|
|
84 |
examples=[
|
85 |
[("Two cats")],
|
86 |
[("A plane flying")],
|
87 |
-
[("A
|
88 |
[("un homme marchant sur le parc")],
|
89 |
],
|
90 |
).launch(debug=True)
|
|
|
84 |
examples=[
|
85 |
[("Two cats")],
|
86 |
[("A plane flying")],
|
87 |
+
[("A fox")],
|
88 |
[("un homme marchant sur le parc")],
|
89 |
],
|
90 |
).launch(debug=True)
|