Spaces:
Running
Running
example reorder
Browse files
app.py
CHANGED
@@ -62,13 +62,13 @@ gradio_app = gr.Interface(
|
|
62 |
],
|
63 |
outputs="text",
|
64 |
examples=[
|
65 |
-
[
|
66 |
-
[
|
67 |
-
[
|
68 |
-
[
|
69 |
-
[
|
70 |
-
[
|
71 |
-
[
|
72 |
]
|
73 |
)
|
74 |
|
|
|
62 |
],
|
63 |
outputs="text",
|
64 |
examples=[
|
65 |
+
["You love hurting me, huh?", 5],
|
66 |
+
["I know good movies, this ain't one", 5],
|
67 |
+
["It was fun, but I'm not going to miss you", 5],
|
68 |
+
["My flight is delayed.. amazing.", 5],
|
69 |
+
["What is happening to me??", 5],
|
70 |
+
["This is the shit!", 5],
|
71 |
+
["This is shit!", 5],
|
72 |
]
|
73 |
)
|
74 |
|