asthaa30 commited on
Commit
22aad44
·
verified ·
1 Parent(s): 294c6d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "HuggingFaceH4/zephyr-7b-beta"
8
- client = InferenceClient(MODEL)
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