Spaces:
Runtime error
Runtime error
N.Achyuth Reddy
commited on
Commit
·
9cdbddb
1
Parent(s):
5cfb556
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import random
|
|
5 |
API_URL = "https://api-inference.huggingface.co/models/"
|
6 |
|
7 |
client = InferenceClient(
|
8 |
-
"
|
9 |
)
|
10 |
|
11 |
def format_prompt(message, history):
|
|
|
5 |
API_URL = "https://api-inference.huggingface.co/models/"
|
6 |
|
7 |
client = InferenceClient(
|
8 |
+
"pkupie/lawyer-llama-13b-beta1.0"
|
9 |
)
|
10 |
|
11 |
def format_prompt(message, history):
|