Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -89,10 +89,10 @@ demo = gr.Interface(
|
|
89 |
<i class='fab fa-github' style='font-size: 24px;'></i></a> \
|
90 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">""",
|
91 |
examples = [
|
92 |
-
["My noble Coriolanus, temper thy rage. These men hold"],
|
93 |
-
["Wisdom, say’st thou? Counsel, and truth? Nay, Menenius, they are"],
|
94 |
-
["What speaks this man of war and violence?"],
|
95 |
-
["Enough, Coriolanus! Thy words grow wild. What wouldst thou have?"]
|
96 |
]
|
97 |
)
|
98 |
|
|
|
89 |
<i class='fab fa-github' style='font-size: 24px;'></i></a> \
|
90 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">""",
|
91 |
examples = [
|
92 |
+
["My noble Coriolanus, temper thy rage. These men hold", 32, 3],
|
93 |
+
["Wisdom, say’st thou? Counsel, and truth? Nay, Menenius, they are", 64, 2],
|
94 |
+
["What speaks this man of war and violence?", 50, 1],
|
95 |
+
["Enough, Coriolanus! Thy words grow wild. What wouldst thou have?", 32, 5]
|
96 |
]
|
97 |
)
|
98 |
|