Ashmi Banerjee commited on
Commit
8b76ef4
1 Parent(s): d5b3118

update: gemma support not provided in HF TGI anymore

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -37,7 +37,9 @@ with gr.Blocks() as demo:
37
  models through HuggingFace and VertexAI respectively to generate travel recommendations. This early version (read
38
  quick and dirty implementation) aims to see if functionalities work smoothly. It relies on Wikipedia abstracts
39
  from 160 European cities to provide answers to your questions. Please be kind with it as it's a work in progress!
40
- </p> <br>Google Cloud credits are provided for this project. """)
 
 
41
 
42
  with gr.Group():
43
  query = gr.Textbox(label="Query", placeholder="Ask for your city recommendation here!")
 
37
  models through HuggingFace and VertexAI respectively to generate travel recommendations. This early version (read
38
  quick and dirty implementation) aims to see if functionalities work smoothly. It relies on Wikipedia abstracts
39
  from 160 European cities to provide answers to your questions. Please be kind with it as it's a work in progress!
40
+ </p> <br>Google Cloud credits are provided for this project.
41
+ <p><b>Update: 12th April, 2024: <a href="https://huggingface.co/docs/text-generation-inference/en/supported_models"> HuggingFace TGI stopped Gemma support. Hence, only Gemini is supported now.</a></b></p>
42
+ """)
43
 
44
  with gr.Group():
45
  query = gr.Textbox(label="Query", placeholder="Ask for your city recommendation here!")