mlabonne commited on
Commit
0eab667
1 Parent(s): 5bd5512

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -62,12 +62,11 @@ def predict(message, history):
62
 
63
  # Setting up the Gradio chat interface.
64
  gr.ChatInterface(predict,
65
- title="🔀 Phixtral Chat",
66
  description="""
67
- <center><img src="https://i.imgur.com/2JUatEg.png" width="33%"></center>\n\n
68
  Chat with [mlabonne/phixtral-2x2_8](https://huggingface.co/mlabonne/phixtral-2x2_8), the first Mixture of Experts made by merging two fine-tuned [microsoft/phi-2](https://huggingface.co/microsoft/phi-2) models.
69
  This small model (4.46B param) is good for various tasks, such as programming, dialogues, story writing, and more.\n\n
70
- If you like this work, please follow me on [Hugging Face](https://huggingface.co/mlabonne) and [Twitter](https://twitter.com/maximelabonne).
71
  """,
72
  examples=[
73
  'Can you solve the equation 2x + 3 = 11 for x?',
 
62
 
63
  # Setting up the Gradio chat interface.
64
  gr.ChatInterface(predict,
 
65
  description="""
66
+ <center><img src="https://i.imgur.com/CJSeIGg.png" width="33%"></center>\n\n
67
  Chat with [mlabonne/phixtral-2x2_8](https://huggingface.co/mlabonne/phixtral-2x2_8), the first Mixture of Experts made by merging two fine-tuned [microsoft/phi-2](https://huggingface.co/microsoft/phi-2) models.
68
  This small model (4.46B param) is good for various tasks, such as programming, dialogues, story writing, and more.\n\n
69
+ ❤️ If you like this work, please follow me on [Hugging Face](https://huggingface.co/mlabonne) and [Twitter](https://twitter.com/maximelabonne).
70
  """,
71
  examples=[
72
  'Can you solve the equation 2x + 3 = 11 for x?',