danielpappa commited on
Commit
5ffb9e7
β€’
1 Parent(s): d727cef

Change examples

Browse files
Files changed (1) hide show
  1. frontend/app.py +1 -1
frontend/app.py CHANGED
@@ -3,4 +3,4 @@ import backend.TextGenerator as rag
3
 
4
  ragger = rag.TextGenerator("google/gemma-2b-it", "danielpappa/philly_restaurants")
5
 
6
- gr.ChatInterface(ragger.generate_response, title = "πŸŒ­πŸ— philly's food places πŸ£πŸ”", examples = ["Where could I get some good Mexican food in philadelphia?", "What is the best pizza in town?", "Give me some healthy dining options nearby."], theme="Jameswiller/Globe", submit_btn = None, stop_btn = None, retry_btn = None, undo_btn = None, clear_btn = None).launch()
 
3
 
4
  ragger = rag.TextGenerator("google/gemma-2b-it", "danielpappa/philly_restaurants")
5
 
6
+ gr.ChatInterface(ragger.generate_response, title = "πŸŒ­πŸ— philly's food places πŸ£πŸ”", examples = ["Which restaurant has large food portions in philadelphia?", "What is the best pizza in town?", "Give me some healthy dining options nearby."], theme="Jameswiller/Globe", submit_btn = None, stop_btn = None, retry_btn = None, undo_btn = None, clear_btn = None).launch()