Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -590,6 +590,16 @@ def build_app():
|
|
| 590 |
<b>Engine:</b> Bayesian Evidence Synthesis with Independence Correction
|
| 591 |
</div>
|
| 592 |
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 593 |
|
| 594 |
# Right column: verdict
|
| 595 |
with gr.Column(scale=1, min_width=300):
|
|
|
|
| 590 |
<b>Engine:</b> Bayesian Evidence Synthesis with Independence Correction
|
| 591 |
</div>
|
| 592 |
""")
|
| 593 |
+
gr.HTML("""
|
| 594 |
+
<div style="background:linear-gradient(135deg,#fff3cd,#ffeeba);border:1px solid #ffc107;
|
| 595 |
+
border-radius:8px;padding:10px;margin-top:8px;font-size:0.78em;color:#856404;">
|
| 596 |
+
<b>⚡ VLM Status:</b> Semantic & Text agents require HF Inference credits.
|
| 597 |
+
Without credits, 5/7 agents run (signal processing only). For full 7/7 analysis
|
| 598 |
+
including anatomy, lighting, and physics checks, ensure your HF account has
|
| 599 |
+
active <a href="https://huggingface.co/settings/billing" target="_blank" style="color:#856404;font-weight:bold;">inference credits</a>
|
| 600 |
+
or a <a href="https://huggingface.co/subscribe/pro" target="_blank" style="color:#856404;font-weight:bold;">PRO subscription</a>.
|
| 601 |
+
</div>
|
| 602 |
+
""")
|
| 603 |
|
| 604 |
# Right column: verdict
|
| 605 |
with gr.Column(scale=1, min_width=300):
|