Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
StevenChen16
/
AI-Lawyer
like
8
Runtime error
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
StevenChen16
commited on
May 30, 2024
Commit
ce35d04
·
verified
·
1 Parent(s):
a442892
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -10,7 +10,7 @@ HF_TOKEN = os.environ.get("HF_TOKEN", None)
10
11
12
13
-
MODEL_NAME_OR_PATH = '
mattshumer
/
Llama
-
3
-
8B-16K
'
14
15
16
10
11
12
13
+
MODEL_NAME_OR_PATH = '
StevenChen16
/
llama3
-
8b
-
Lawyer
'
14
15
16