Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|