Maryem2025 commited on
Commit
ddfe2e0
·
verified ·
1 Parent(s): 615f68d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 leftover 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 leftover rice, what can I make out of it?"],
 
122
  )
123
 
124
  if __name__ == "__main__":
125
+ demo.launch(clear_cache=True)