nitinbhayana commited on
Commit
4c89e2f
1 Parent(s): 87f309f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
 
6
  from transformers import pipeline
7
 
8
- pipeline = pipeline("text-generation", model="nitinbhayana/Llama-2-7b-chat-hf-keyword-category-brand-v1")
9
 
10
  def predict(review):
11
 
 
5
 
6
  from transformers import pipeline
7
 
8
+ pipeline = pipeline("text-generation", model="nitinbhayana/Llama-2-7b-chat-hf-review-phrases-sentiments-v2")
9
 
10
  def predict(review):
11