Maryem2025 commited on
Commit
1b3ebad
·
verified ·
1 Parent(s): 59c5c4e

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 rice, what can I make out of it?"],
@@ -122,4 +122,4 @@ demo = gr.Interface(
122
  )
123
 
124
  if __name__ == "__main__":
125
- demo.launch(clear_cache=True)
 
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()