Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ 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 rice, what can I make out of it?"],
|
@@ -122,4 +122,4 @@ demo = gr.Interface(
|
|
122 |
)
|
123 |
|
124 |
if __name__ == "__main__":
|
125 |
-
demo.launch(
|
|
|
108 |
gr.Textbox(lines=2, placeholder="Enter your message here...", label="Message"),
|
109 |
],
|
110 |
outputs=gr.Textbox(label="Generated Text"),
|
111 |
+
title="FALFOUL's Kitchen",
|
112 |
description="Running LLM with context retrieval from ChromaDB",
|
113 |
examples=[
|
114 |
["I have rice, what can I make out of it?"],
|
|
|
122 |
)
|
123 |
|
124 |
if __name__ == "__main__":
|
125 |
+
demo.launch()
|