Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ from ctransformers import AutoModelForCausalLM
|
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
greety = """
|
| 5 |
-
|
| 6 |
"""
|
| 7 |
|
| 8 |
llm = AutoModelForCausalLM.from_pretrained("zephyr-7b-beta.Q4_K_S.gguf",
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
greety = """
|
| 5 |
+
Visit us [Dropout Developer](https://dropoutdeveloper.com/), [linkedin](https://www.linkedin.com/company/dropout-developer/) and [Github](https://github.com/dropout-developer/) for more update on Genrative AI, LLM,etc. A special thanks to the Gathnex team members who made a significant contribution to this project.
|
| 6 |
"""
|
| 7 |
|
| 8 |
llm = AutoModelForCausalLM.from_pretrained("zephyr-7b-beta.Q4_K_S.gguf",
|