Reubencf commited on
Commit
4debea8
·
verified ·
1 Parent(s): f393d86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ HF_TOKEN = os.getenv("HF_TOKEN")
15
 
16
  TITLE = "Konkani LLM Fine Tuned on Gemma 3"
17
  DESCRIPTION = (
18
- "Version 1 of the Konkani LLM\n"
19
- "Will be improved as years pass by"
20
  )
21
  # We define the pipeline object globally but initialize it inside the function
22
  pipe = None
 
15
 
16
  TITLE = "Konkani LLM Fine Tuned on Gemma 3"
17
  DESCRIPTION = (
18
+ "Version 1 of the Konkani LLM.\n"
19
+ "This release may contain inconsistencies, but improvements will follow in future updates."
20
  )
21
  # We define the pipeline object globally but initialize it inside the function
22
  pipe = None