Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def chatbot_reply(history, user_input, model_choice):
|
|
48 |
with gr.Blocks() as demo:
|
49 |
gr.Markdown(
|
50 |
"## Sentence Completeness Chatbot\nType a message and see if the model thinks it’s complete or incomplete!")
|
51 |
-
gr.Markdown("
|
52 |
|
53 |
# 3. Create a stateful Chatbot plus an input textbox
|
54 |
chatbot = gr.Chatbot(label="Chat with Me!")
|
|
|
48 |
with gr.Blocks() as demo:
|
49 |
gr.Markdown(
|
50 |
"## Sentence Completeness Chatbot\nType a message and see if the model thinks it’s complete or incomplete!")
|
51 |
+
gr.Markdown("#### [Click here to view the model on Hugging Face](https://huggingface.co/ZivK/smollm2-end-of-sentence)")
|
52 |
|
53 |
# 3. Create a stateful Chatbot plus an input textbox
|
54 |
chatbot = gr.Chatbot(label="Chat with Me!")
|