noahlenz commited on
Commit
09388fe
Β·
verified Β·
1 Parent(s): 47f4e90

Update demo/demo.py

Browse files
Files changed (1) hide show
  1. demo/demo.py +1 -1
demo/demo.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  import spaces
5
  from binoculars import Binoculars
6
 
7
- BINO = Binoculars()
8
  TOKENIZER = BINO.tokenizer
9
  MINIMUM_TOKENS = 64
10
 
 
4
  import spaces
5
  from binoculars import Binoculars
6
 
7
+ BINO = Binoculars(quantize=True)
8
  TOKENIZER = BINO.tokenizer
9
  MINIMUM_TOKENS = 64
10