TheBlueberry-AI commited on
Commit
4878832
·
1 Parent(s): 3208f7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ gglusr = os.environ.get("GGL_USR")
13
  gglpwd = os.environ.get("GGL_PWD")
14
 
15
  TITLE = """<h2 align="center">🫐Blueberry-AI Buruburu Chat🫐</h2>"""
16
- IMAGE_WIDTH = 256
17
 
18
 
19
  def preprocess_stop_sequences(stop_sequences: str) -> Optional[List[str]]:
 
13
  gglpwd = os.environ.get("GGL_PWD")
14
 
15
  TITLE = """<h2 align="center">🫐Blueberry-AI Buruburu Chat🫐</h2>"""
16
+ IMAGE_WIDTH = 32
17
 
18
 
19
  def preprocess_stop_sequences(stop_sequences: str) -> Optional[List[str]]: