Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ def predict(message, history):
|
|
| 63 |
# Setting up the Gradio chat interface.
|
| 64 |
gr.ChatInterface(predict,
|
| 65 |
title="🔀 Phixtral 2x2_8 Chatbot",
|
| 66 |
-
description="""<center><img src="https://i.imgur.com/2JUatEg.png" width="
|
| 67 |
examples=[
|
| 68 |
'Can you solve the equation 2x + 3 = 11 for x?',
|
| 69 |
'Write an epic poem about Ancient Rome.',
|
|
|
|
| 63 |
# Setting up the Gradio chat interface.
|
| 64 |
gr.ChatInterface(predict,
|
| 65 |
title="🔀 Phixtral 2x2_8 Chatbot",
|
| 66 |
+
description="""<center><img src="https://i.imgur.com/2JUatEg.png" width="400"></center>\n\nChat with [mlabonne/phixtral-4x2_8](https://huggingface.co/mlabonne/phixtral-4x2_8), the first Mixture of Experts made by merging two fine-tuned [microsoft/phi-2](https://huggingface.co/microsoft/phi-2) models. This small model (4.46B param) is good in various tasks, such as programming, story writing, and more.""",
|
| 67 |
examples=[
|
| 68 |
'Can you solve the equation 2x + 3 = 11 for x?',
|
| 69 |
'Write an epic poem about Ancient Rome.',
|