Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -8,9 +8,9 @@ from threading import Thread
|
|
8 |
|
9 |
MODEL_LIST = ["meta-llama/Meta-Llama-3.1-8B-Instruct"]
|
10 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
11 |
-
MODEL = "
|
12 |
|
13 |
-
TITLE = "<h1><center>
|
14 |
|
15 |
PLACEHOLDER = """
|
16 |
<center>
|
|
|
8 |
|
9 |
MODEL_LIST = ["meta-llama/Meta-Llama-3.1-8B-Instruct"]
|
10 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
11 |
+
MODEL = "ehristoforu/mllama-3.1-8b-instruct"
|
12 |
|
13 |
+
TITLE = "<h1><center>ehristoforu/mllama-3.1-8b-instruct</center></h1>"
|
14 |
|
15 |
PLACEHOLDER = """
|
16 |
<center>
|