mrfakename commited on
Commit
db6f324
1 Parent(s): aa7ffdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ def phine(message, history, temperature, top_p, top_k, repetition_penalty, sys_m
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.3),
142
  gr.Slider(0.1, 2.0, label="Top P", value=0.9),
 
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. The model is suitable for commercial use and is licensed under the MIT license. I am not responsible for any outputs you generate. You are solely responsible for ensuring that your usage of the model complies with applicable laws and regulations. I am not affiliated with the authors of the model.",
140
  additional_inputs=[
141
  gr.Slider(0.1, 2.0, label="temperature", value=0.3),
142
  gr.Slider(0.1, 2.0, label="Top P", value=0.9),