Spaces:
Runtime error
Runtime error
update duplicate badge
Browse files
app.py
CHANGED
@@ -158,7 +158,7 @@ with gr.Blocks() as demo:
|
|
158 |
Hi, I'm an <b>automated</b> Q & A Chatbot creator. Just copy and paste your <b>Github Repo link</b>, type in your OpenAI API key, and press the button!
|
159 |
The app will generate the FAISS embedding vector space and will also make it available for you to download. Next, enter your Huggingface Token and press the final button to create your own QandA Chatbot under your profile on HF.
|
160 |
Press the link displayed for your new space and enjoy your own state-of-the-art QandA chatbot!<br>
|
161 |
-
<a href="https://huggingface.co/spaces/ysharma/
|
162 |
Built using <a href="https://langchain.readthedocs.io/en/latest/" target="_blank">LangChain</a> and <a href="https://github.com/gradio-app/gradio" target="_blank">Gradio</a>
|
163 |
</p>
|
164 |
</div>""")
|
|
|
158 |
Hi, I'm an <b>automated</b> Q & A Chatbot creator. Just copy and paste your <b>Github Repo link</b>, type in your OpenAI API key, and press the button!
|
159 |
The app will generate the FAISS embedding vector space and will also make it available for you to download. Next, enter your Huggingface Token and press the final button to create your own QandA Chatbot under your profile on HF.
|
160 |
Press the link displayed for your new space and enjoy your own state-of-the-art QandA chatbot!<br>
|
161 |
+
<a href="https://huggingface.co/spaces/ysharma/LangchainBot-space-creator?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the space to avoid queues<br>
|
162 |
Built using <a href="https://langchain.readthedocs.io/en/latest/" target="_blank">LangChain</a> and <a href="https://github.com/gradio-app/gradio" target="_blank">Gradio</a>
|
163 |
</p>
|
164 |
</div>""")
|