Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -99,8 +99,7 @@ with gr.Blocks(css=customCSS) as demo:
|
|
99 |
gr.ChatInterface(
|
100 |
generate,
|
101 |
title = "π€ RAG_FRIDAY_3.0 π€ WELCOME TO OPEN-SOURCE FREEDOM π€",
|
102 |
-
description = "Getting real-time updated results for prompts is still propreitary in face of GPT-4,Co-Pilot etc. This app serves as a open-source alternative for this!",
|
103 |
-
"UPDATE: Previous version of this app i.e. RAG_FRIDAY_mark_2 has faced some techncial issues due to rate limit errors. Problem and solution have been updated by me thanks to this community thread: https://github.com/joaomdmoura/crewAI/issues/136",
|
104 |
additional_inputs=additional_inputs,
|
105 |
)
|
106 |
|
|
|
99 |
gr.ChatInterface(
|
100 |
generate,
|
101 |
title = "π€ RAG_FRIDAY_3.0 π€ WELCOME TO OPEN-SOURCE FREEDOM π€",
|
102 |
+
description = "Getting real-time updated results for prompts is still propreitary in face of GPT-4,Co-Pilot etc. This app serves as a open-source alternative for this! UPDATE: Previous version of this app i.e. RAG_FRIDAY_mark_2 has faced some techncial issues due to rate limit errors. Problem and solution have been updated by me thanks to this community thread: https://github.com/joaomdmoura/crewAI/issues/136",
|
|
|
103 |
additional_inputs=additional_inputs,
|
104 |
)
|
105 |
|