Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def generate(model,tokenizer,instruction,context):
|
|
50 |
st.write(" ")
|
51 |
|
52 |
pipe = pipeline('sentiment-analysis')
|
53 |
-
|
54 |
context = st.text_area('Contexto')
|
55 |
|
56 |
|
|
|
50 |
st.write(" ")
|
51 |
|
52 |
pipe = pipeline('sentiment-analysis')
|
53 |
+
instruction = st.text_area('Instrucci贸n')
|
54 |
context = st.text_area('Contexto')
|
55 |
|
56 |
|