Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ from huggingface_hub import InferenceClient
|
|
4 |
from huggingface_hub.inference._generated.types.chat_completion import ChatCompletionStreamOutput
|
5 |
|
6 |
# Use the fine-tuned maritime legal model
|
7 |
-
MODEL = "
|
8 |
-
client = InferenceClient(
|
9 |
|
10 |
from huggingface_hub.inference._generated.types.chat_completion import ChatCompletionStreamOutput
|
11 |
|
|
|
4 |
from huggingface_hub.inference._generated.types.chat_completion import ChatCompletionStreamOutput
|
5 |
|
6 |
# Use the fine-tuned maritime legal model
|
7 |
+
MODEL = "nomiChroma3.1"
|
8 |
+
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
9 |
|
10 |
from huggingface_hub.inference._generated.types.chat_completion import ChatCompletionStreamOutput
|
11 |
|