tolgadev commited on
Commit
b2dd412
1 Parent(s): b0553c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def reset_state():
37
 
38
  with gr.Blocks() as demo:
39
  gr.HTML("""<h1 align="center">TurkcellLLM Chatbot Demo</h1>
40
- <h3 align="center">This is unofficial demo of `mradermacher/Turkcell-LLM-7b-v1-GGUF` model based on Mistral architecture.</h3>
41
  <h4 align="center">Hit the like button if you liked! 🤗</h4>""")
42
 
43
  chatbot = gr.Chatbot()
 
37
 
38
  with gr.Blocks() as demo:
39
  gr.HTML("""<h1 align="center">TurkcellLLM Chatbot Demo</h1>
40
+ <h3 align="center">This is unofficial demo of `mradermacher/Turkcell-LLM-7b-v1-GGUF/Q5_K_M.gguf` model based on Mistral architecture.</h3>
41
  <h4 align="center">Hit the like button if you liked! 🤗</h4>""")
42
 
43
  chatbot = gr.Chatbot()