bmas10 commited on
Commit
8f74814
·
verified ·
1 Parent(s): edf589b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from huggingface_hub import InferenceClient
8
  import torch
9
 
10
  # Use a pipeline as a high-level helper
11
- from transformers import pipeline
12
 
13
  model_name = "bmas10/DeepSeek-Llama-8-GGUF"
14
  model = AutoModel.from_pretrained(model_name)
 
8
  import torch
9
 
10
  # Use a pipeline as a high-level helper
11
+ from transformers import pipeline, AutoModel
12
 
13
  model_name = "bmas10/DeepSeek-Llama-8-GGUF"
14
  model = AutoModel.from_pretrained(model_name)