NassimeBejaia commited on
Commit
122887b
·
verified ·
1 Parent(s): a0695f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ if st.button("Improve Sentence"):
25
  try:
26
  response = client.text_generation(
27
  prompt,
28
- #model="mistralai/Mixtral-8x7B-Instruct-v0.1", # You can change this to another model
29
- model="deepseek-ai/deepseek-coder-6.7b-instruct",
30
  max_new_tokens=100,
31
  temperature=0.7,
32
  )
 
25
  try:
26
  response = client.text_generation(
27
  prompt,
28
+ model="mistralai/Mixtral-8x7B-Instruct-v0.1", # You can change this to another model
29
+ #model="deepseek-ai/deepseek-coder-6.7b-instruct",
30
  max_new_tokens=100,
31
  temperature=0.7,
32
  )