Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,6 @@ Resources used to build this project :
|
|
119 |
* Full documentation : https://huggingface.co/blog/not-lain/rag-chatbot-using-llama3
|
120 |
"""
|
121 |
|
122 |
-
|
123 |
demo = gr.ChatInterface(
|
124 |
fn=talk,
|
125 |
chatbot=gr.Chatbot(
|
|
|
119 |
* Full documentation : https://huggingface.co/blog/not-lain/rag-chatbot-using-llama3
|
120 |
"""
|
121 |
|
|
|
122 |
demo = gr.ChatInterface(
|
123 |
fn=talk,
|
124 |
chatbot=gr.Chatbot(
|