samuelrince
commited on
Commit
•
c9701ca
1
Parent(s):
78c2f2e
feat: update warning message
Browse files
app.py
CHANGED
@@ -147,8 +147,10 @@ with gr.Blocks(css=custom_css) as demo:
|
|
147 |
with gr.Blocks():
|
148 |
if f"{provider}/{model}" in CLOSED_SOURCE_MODELS:
|
149 |
with gr.Row():
|
150 |
-
gr.Markdown("""<p> ⚠️ You
|
151 |
-
|
|
|
|
|
152 |
</p>""", elem_classes="warning-box")
|
153 |
|
154 |
with gr.Row():
|
|
|
147 |
with gr.Blocks():
|
148 |
if f"{provider}/{model}" in CLOSED_SOURCE_MODELS:
|
149 |
with gr.Row():
|
150 |
+
gr.Markdown("""<p> ⚠️ You have selected a closed-source model. Please be aware that
|
151 |
+
some providers do not fully disclose information about such models. Consequently, our
|
152 |
+
estimates have a lower precision for closed-source models. For further details, refer to
|
153 |
+
our FAQ in the About section.
|
154 |
</p>""", elem_classes="warning-box")
|
155 |
|
156 |
with gr.Row():
|