UniquePratham commited on
Commit
29b95f6
·
verified ·
1 Parent(s): 42cb48e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def polish_text_with_ai(cleaned_text):
65
  ],
66
  model="gemma2-9b-it",
67
  )
68
- polished_text=(chat_completion.choices[0].message.content
69
  return polished_text
70
 
71
  # Extract text using GOT
 
65
  ],
66
  model="gemma2-9b-it",
67
  )
68
+ polished_text=chat_completion.choices[0].message.content
69
  return polished_text
70
 
71
  # Extract text using GOT