rogkesavan
commited on
Commit
•
e758bfd
1
Parent(s):
cb99d36
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,8 @@ iface = gr.Interface(
|
|
21 |
title="Nidum.ai",
|
22 |
description=(
|
23 |
"Enter a query and get a response from the model.\n\n"
|
24 |
-
"**Note:** This is just a basic demo. It's a quantized version, so the output may be slightly different from the original unquantized version
|
|
|
25 |
"Additionally, this model doesn't have context memory, which means it doesn't remember previous interactions. "
|
26 |
"For business needs, please contact info@nidum.ai."
|
27 |
)
|
|
|
21 |
title="Nidum.ai",
|
22 |
description=(
|
23 |
"Enter a query and get a response from the model.\n\n"
|
24 |
+
"**Note:** This is just a basic demo. It's a quantized version, so the output may be slightly different from the original unquantized version.\n\n"
|
25 |
+
"**Important:** This model is running in a decentralized network, which means it's distributed across various nodes rather than being hosted on a single central server. "
|
26 |
"Additionally, this model doesn't have context memory, which means it doesn't remember previous interactions. "
|
27 |
"For business needs, please contact info@nidum.ai."
|
28 |
)
|