rasyosef commited on
Commit
3d927d1
1 Parent(s): 8d83783

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ with gr.Blocks() as demo:
43
 
44
  This chatbot was created using Microsoft's 2.7 billion parameter [phi-2](https://huggingface.co/microsoft/phi-2) Transformer model.
45
 
46
- In order to reduce the response time on this hardware, `max_new_tokens` has been set to `42` in the text generation pipeline. It takes up to *150 seconds* for each response to be generated.
47
  """)
48
 
49
  chatbot = gr.Chatbot()
 
43
 
44
  This chatbot was created using Microsoft's 2.7 billion parameter [phi-2](https://huggingface.co/microsoft/phi-2) Transformer model.
45
 
46
+ In order to reduce the response time on this hardware, `max_new_tokens` has been set to `42` in the text generation pipeline. It takes up to `150 seconds` for each response to be generated.
47
  """)
48
 
49
  chatbot = gr.Chatbot()