Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -362,7 +362,8 @@ with gr.Blocks(css=MODEL_SELECTION_CSS, theme='gradio/soft') as demo:
|
|
362 |
|
363 |
gr.Markdown(
|
364 |
"***NOTE:*** If you want to run more extended version of this application, check out [LLM As Chatbot](https://github.com/deep-diver/LLM-As-Chatbot) "
|
365 |
-
"project. This project lets you choose a model among various Open Source LLMs including LLaMA2 variations, and others more than 50."
|
|
|
366 |
)
|
367 |
|
368 |
send_event = instruction_txtbox.submit(
|
|
|
362 |
|
363 |
gr.Markdown(
|
364 |
"***NOTE:*** If you want to run more extended version of this application, check out [LLM As Chatbot](https://github.com/deep-diver/LLM-As-Chatbot) "
|
365 |
+
"project. This project lets you choose a model among various Open Source LLMs including LLaMA2 variations, and others more than 50. Also, if you "
|
366 |
+
"have any other further questions and considerations, please [contact me](https://twitter.com/algo_diver)"
|
367 |
)
|
368 |
|
369 |
send_event = instruction_txtbox.submit(
|