Update app.py
Browse files
app.py
CHANGED
@@ -108,15 +108,15 @@ demo = gr.Interface(
|
|
108 |
gr.Textbox(lines=2, placeholder="Enter your message here...", label="Message"),
|
109 |
],
|
110 |
outputs=gr.Textbox(label="Generated Text"),
|
111 |
-
title="FALFOUL
|
112 |
description="Running LLM with context retrieval from ChromaDB",
|
113 |
examples=[
|
114 |
-
["I have
|
115 |
["I just have some milk and chocolate, what dessert can I make?"],
|
116 |
|
117 |
["Can you suggest a vegan breakfast recipe?"],
|
118 |
["How do I make a perfect scrambled egg?"],
|
119 |
-
["Can you guide me through making a
|
120 |
],
|
121 |
cache_examples=False,
|
122 |
)
|
|
|
108 |
gr.Textbox(lines=2, placeholder="Enter your message here...", label="Message"),
|
109 |
],
|
110 |
outputs=gr.Textbox(label="Generated Text"),
|
111 |
+
title="FALFOUL",
|
112 |
description="Running LLM with context retrieval from ChromaDB",
|
113 |
examples=[
|
114 |
+
["I have rice, what can I make out of it?"],
|
115 |
["I just have some milk and chocolate, what dessert can I make?"],
|
116 |
|
117 |
["Can you suggest a vegan breakfast recipe?"],
|
118 |
["How do I make a perfect scrambled egg?"],
|
119 |
+
["Can you guide me through making a tajine?"],
|
120 |
],
|
121 |
cache_examples=False,
|
122 |
)
|