manohar02 commited on
Commit
8c43310
1 Parent(s): 05b603f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import transformers
5
  import torch
6
 
7
  # Define the Hugging Face model
8
- model = "models/manohar02/NN-Llama-2-7b-finetune"
9
 
10
  # Define the Hugging Face pipeline
11
  pipeline = transformers.pipeline(
 
5
  import torch
6
 
7
  # Define the Hugging Face model
8
+ model = "manohar02/NN-Llama-2-7b-finetune"
9
 
10
  # Define the Hugging Face pipeline
11
  pipeline = transformers.pipeline(