Spaces:
Runtime error
Runtime error
nitinbhayana
commited on
Commit
•
4c89e2f
1
Parent(s):
87f309f
Update app.py
Browse files
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-
|
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 |
|