Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ if st.button("Improve Sentence"):
|
|
25 |
try:
|
26 |
response = client.text_generation(
|
27 |
prompt,
|
28 |
-
model="
|
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 |
)
|