Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from threading import Thread
|
|
6 |
|
7 |
MODEL = "tiiuae/falcon3-7b-instruct-1.58bit"
|
8 |
|
9 |
-
TITLE = "<h1><center>Falcon3-1.
|
10 |
SUB_TITLE = """<center>This interface has been created for quick validation purposes, do not use it for production.</center>"""
|
11 |
|
12 |
CSS = """
|
|
|
6 |
|
7 |
MODEL = "tiiuae/falcon3-7b-instruct-1.58bit"
|
8 |
|
9 |
+
TITLE = "<h1><center>Falcon3-1.58bit-instruct playground</center></h1>"
|
10 |
SUB_TITLE = """<center>This interface has been created for quick validation purposes, do not use it for production.</center>"""
|
11 |
|
12 |
CSS = """
|