Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
19 |
-
"
|
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
|