Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -87,4 +87,5 @@ gr.ChatInterface(
|
|
87 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
88 |
additional_inputs=additional_inputs,
|
89 |
title="""mistralai/Mistral-7B-Instruct-v0.3""",
|
|
|
90 |
).launch(show_api=False)
|
|
|
87 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
88 |
additional_inputs=additional_inputs,
|
89 |
title="""mistralai/Mistral-7B-Instruct-v0.3""",
|
90 |
+
description="To Learn about Fine-Tuning this model check https://exnrt.com/blog/ai/mistral-7b-fine-tuning/"
|
91 |
).launch(show_api=False)
|