kill3r commited on
Commit
96bc73b
·
1 Parent(s): 2532d6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from ctransformers import AutoModelForCausalLM
2
  import gradio as gr
3
 
4
  greety = """
5
- Follow us [Gathnex](https://medium.com/@gathnex), [linkedin](https://www.linkedin.com/company/gathnex/) and [Github](https://github.com/gathnexadmin) 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",
 
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",