smartdigitalnetworks commited on
Commit
5c2a7ac
·
verified ·
1 Parent(s): 1372000

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,6 +9,6 @@ footer {
9
  """
10
 
11
  # This builds a demo around the model's Inference Endpoint
12
- demo = gr.load("onnx-community/DeepSeek-R1-Distill-Qwen-1.5B-ONNX", src="models")
13
 
14
  demo.launch(css=css)
 
9
  """
10
 
11
  # This builds a demo around the model's Inference Endpoint
12
+ demo = gr.load("mistralai/Mistral-7B-Instruct-v0.1", src="models")
13
 
14
  demo.launch(css=css)