Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ def chatbot(message, history):
|
|
| 50 |
demo = gr.ChatInterface(
|
| 51 |
chatbot,
|
| 52 |
title="Fine-tuned Phi-3.5 Chatbot",
|
| 53 |
-
description="This is a chatbot using a fine-tuned version of the Phi-
|
| 54 |
theme="default",
|
| 55 |
examples=[
|
| 56 |
"Explain the concept of machine learning.",
|
|
|
|
| 50 |
demo = gr.ChatInterface(
|
| 51 |
chatbot,
|
| 52 |
title="Fine-tuned Phi-3.5 Chatbot",
|
| 53 |
+
description="This is a chatbot using a fine-tuned version of the Phi-3.5 mini model.",
|
| 54 |
theme="default",
|
| 55 |
examples=[
|
| 56 |
"Explain the concept of machine learning.",
|