Spaces:
Runtime error
Runtime error
Commit
·
4878832
1
Parent(s):
3208f7a
Update app.py
Browse files
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 =
|
| 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]]:
|