enoreyes commited on
Commit
027a8c1
1 Parent(s): b6cec25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,7 +47,7 @@ block = gr.Blocks(css=".gradio-container {background-color: lightgray}")
47
 
48
  with block:
49
  with gr.Row():
50
- gr.Markdown("<h3><center>Hugging Face Doc Search</center></h3><p>Ask questions about the Hugging Face Transformers Library, Powered by Flan-UL2</p>")
51
 
52
  load_model_button = gr.Button(
53
  value="Load Model",
@@ -75,7 +75,7 @@ with block:
75
 
76
  gr.HTML(
77
  """
78
- This simple application uses Langchain, an open-source LLM, and FAISS to do Q&A over the Hugging Face Documentation."""
79
  )
80
 
81
  gr.HTML(
 
47
 
48
  with block:
49
  with gr.Row():
50
+ gr.Markdown("<h3><center>🤗 Transformers Chat</center></h3><p>Ask questions about the Hugging Face Transformers Library, Powered by Flan-UL2</p>")
51
 
52
  load_model_button = gr.Button(
53
  value="Load Model",
 
75
 
76
  gr.HTML(
77
  """
78
+ This simple application uses Langchain, an open-source LLM, and FAISS to do Q&A over the 🤗 Transformers Documentation."""
79
  )
80
 
81
  gr.HTML(