Didier commited on
Commit
f74574b
·
verified ·
1 Parent(s): a5a71a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from module_vision import demo as vision_block
13
  demo = gr.TabbedInterface(
14
  interface_list=[vision_block, ],
15
  tab_names=["Vision", ],
16
- title="Chat with a (4-bits weights quantized) vision language model"
17
  )
18
 
19
  demo.launch()
 
13
  demo = gr.TabbedInterface(
14
  interface_list=[vision_block, ],
15
  tab_names=["Vision", ],
16
+ title="Chat with a vision language model (with 4-bit weight quantization)"
17
  )
18
 
19
  demo.launch()