mlabonne commited on
Commit
48a0587
1 Parent(s): ce7c1ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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" height="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.',
@@ -72,5 +72,5 @@ gr.ChatInterface(predict,
72
  'Recommend some popular science fiction books.',
73
  'Can you write a short story about a time-traveling detective?'
74
  ],
75
- theme=gr.themes.Soft(),
76
  ).launch()
 
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" height="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.',
 
72
  'Recommend some popular science fiction books.',
73
  'Can you write a short story about a time-traveling detective?'
74
  ],
75
+ theme=gr.themes.Soft(primary_hue="orange"),
76
  ).launch()