Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ chatbot=gr.Chatbot(height=450, label='Gradio ChatBot')
|
|
168 |
with gr.Blocks(fill_height=True, css=css) as demo:
|
169 |
|
170 |
# gr.Markdown(DESCRIPTION)
|
171 |
-
gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
|
172 |
gr.ChatInterface(
|
173 |
fn=chat_llama3_8b,
|
174 |
chatbot=chatbot,
|
@@ -189,11 +189,11 @@ with gr.Blocks(fill_height=True, css=css) as demo:
|
|
189 |
render=False ),
|
190 |
],
|
191 |
examples=[
|
192 |
-
['
|
193 |
-
['
|
194 |
-
['
|
195 |
-
['Write a pun-filled happy birthday message to my friend Alex.'],
|
196 |
-
['Justify why a penguin might make a good king of the jungle.']
|
197 |
],
|
198 |
cache_examples=False,
|
199 |
)
|
|
|
168 |
with gr.Blocks(fill_height=True, css=css) as demo:
|
169 |
|
170 |
# gr.Markdown(DESCRIPTION)
|
171 |
+
# gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
|
172 |
gr.ChatInterface(
|
173 |
fn=chat_llama3_8b,
|
174 |
chatbot=chatbot,
|
|
|
189 |
render=False ),
|
190 |
],
|
191 |
examples=[
|
192 |
+
['What's the last book or podcast that really grabbed your attention?'],
|
193 |
+
['Do you have a favorite type of weather or season? Why?'],
|
194 |
+
['Oh, I just saw the best meme - have you seen it?']
|
195 |
+
# ['Write a pun-filled happy birthday message to my friend Alex.'],
|
196 |
+
# ['Justify why a penguin might make a good king of the jungle.']
|
197 |
],
|
198 |
cache_examples=False,
|
199 |
)
|