iSaahil commited on
Commit
32cffcf
·
verified ·
1 Parent(s): f208042

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ text = st.text_area("enter some text")
31
  messages = [
32
  {"role": "user", "content": text},
33
  ]
34
- pipe2 = pipeline("text-generation", model="meta-llama/Llama-3.2-1B-Instruct")
35
  out2 = pipe2(messages)
36
 
37
  st.write(out2)
 
31
  messages = [
32
  {"role": "user", "content": text},
33
  ]
34
+ pipe2 = pipeline("text-generation", model="Cognitive-Lab/LLama3-Gaja-Hindi-8B-v0.1")
35
  out2 = pipe2(messages)
36
 
37
  st.write(out2)