Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -89,12 +89,12 @@ demo = gr.Interface(
|
|
89 |
</h1> \
|
90 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">""",
|
91 |
description = "<p style='text-align: center'> Decoder only transformer trained on \"Coriolanus\" by William Shakespeare </p>",
|
92 |
-
examples = [
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
]
|
98 |
)
|
99 |
|
100 |
# Add error handling to launch
|
|
|
89 |
</h1> \
|
90 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">""",
|
91 |
description = "<p style='text-align: center'> Decoder only transformer trained on \"Coriolanus\" by William Shakespeare </p>",
|
92 |
+
# examples = [
|
93 |
+
# ["My noble Coriolanus, temper thy rage. These men hold"],
|
94 |
+
# ["Wisdom, say’st thou? Counsel, and truth? Nay, Menenius, they are"],
|
95 |
+
# ["What speaks this man of war and violence?"],
|
96 |
+
# ["Enough, Coriolanus! Thy words grow wild. What wouldst thou have?"]
|
97 |
+
# ]
|
98 |
)
|
99 |
|
100 |
# Add error handling to launch
|