Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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</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 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>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 |
|
| 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(
|