Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -123,20 +123,19 @@ chat_interface = gr.ChatInterface(
|
|
123 |
stop_btn=None,
|
124 |
examples=[
|
125 |
["Write a 100-word article on 'The Time Machine an Invention by H. G. Wells Book'"],
|
126 |
-
["Can you explain briefly to me what is a Life of William Shakespeare book?"],
|
127 |
["Explain the plot of Romeu and Juliet in a sentence."],
|
128 |
["How many Shakespeare Sonnets does exist?"],
|
129 |
["Write a 100-word article on 'Shakespeare education'"],
|
130 |
["Write a 100-word article on 'Off All Things BY ROBERT C. BENCHLEY Book'"],
|
131 |
-
|
|
|
|
|
|
|
|
|
132 |
],
|
133 |
)
|
134 |
|
135 |
-
with gr.Blocks(css="style.css") as demo:
|
136 |
-
gr.Markdown(DESCRIPTION)
|
137 |
-
gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
|
138 |
-
chat_interface.render()
|
139 |
-
gr.Markdown(LICENSE)
|
140 |
|
141 |
if __name__ == "__main__":
|
142 |
demo.queue(max_size=20).launch()
|
|
|
123 |
stop_btn=None,
|
124 |
examples=[
|
125 |
["Write a 100-word article on 'The Time Machine an Invention by H. G. Wells Book'"],
|
126 |
+
["Can you explain briefly to me what is a Life of William Shakespeare's book?"],
|
127 |
["Explain the plot of Romeu and Juliet in a sentence."],
|
128 |
["How many Shakespeare Sonnets does exist?"],
|
129 |
["Write a 100-word article on 'Shakespeare education'"],
|
130 |
["Write a 100-word article on 'Off All Things BY ROBERT C. BENCHLEY Book'"],
|
131 |
+
["Write a 100-word article on 'Shakespeare's Friends and Family'"],
|
132 |
+
["Write a 100-word article on 'Shakespeare's Speech'"],
|
133 |
+
["Write a 100-word article on 'Globe Theater'"],
|
134 |
+
["Write a 100-word article on 'London'"],
|
135 |
+
|
136 |
],
|
137 |
)
|
138 |
|
|
|
|
|
|
|
|
|
|
|
139 |
|
140 |
if __name__ == "__main__":
|
141 |
demo.queue(max_size=20).launch()
|