mlabonne commited on
Commit
303cfbc
1 Parent(s): 7e17a59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="300"></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.',
 
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.',