mrfakename commited on
Commit
aa405e6
1 Parent(s): 27dd723

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -135,6 +135,8 @@ def phine(message, history, temperature, top_p, top_k, repetition_penalty, sys_m
135
 
136
 
137
  demo = gr.ChatInterface(phine,
 
 
138
  additional_inputs=[
139
  gr.Slider(0.1, 2.0, label="temperature", value=0.5),
140
  gr.Slider(0.1, 2.0, label="Top P", value=0.9),
 
135
 
136
 
137
  demo = gr.ChatInterface(phine,
138
+ title="ArtificialThinker Demo on GPU",
139
+ description="A demo of [ArtificialThinker](https://huggingface.co/freecs/ArtificialThinker-Phi2) on GPU. ArtificialThinker is a 2.7B parameter model based on Phi 2. Because it is based on Phi 2, there may be commercial use restrictions. Please consult a lawyer before using commercially. I am not affiliated with the authors of the model.",
140
  additional_inputs=[
141
  gr.Slider(0.1, 2.0, label="temperature", value=0.5),
142
  gr.Slider(0.1, 2.0, label="Top P", value=0.9),