NassimeBejaia commited on
Commit
85a599e
·
verified ·
1 Parent(s): 25f8b27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ if st.button("Improve Sentence"):
25
  try:
26
  response = client.text_generation(
27
  prompt,
28
- model="FreedomIntelligence/AceGPT-7B-chat", # DeepSeek model on Hugging Face
29
  max_new_tokens=100,
30
  temperature=0.7,
31
  )
 
25
  try:
26
  response = client.text_generation(
27
  prompt,
28
+ model="aubmindlab/aragpt2-base", # DeepSeek model on Hugging Face
29
  max_new_tokens=100,
30
  temperature=0.7,
31
  )