kaurm43 commited on
Commit
ba0dd11
·
verified ·
1 Parent(s): 9f88db4

Update PolyAgent/gradio_interface.py

Browse files
Files changed (1) hide show
  1. PolyAgent/gradio_interface.py +2 -3
PolyAgent/gradio_interface.py CHANGED
@@ -84,12 +84,11 @@ DEFAULT_TARGET_BY_PROPERTY = {
84
  # Run instructions bubble
85
  # -----------------------------------------------------------------------------
86
  RUN_INSTRUCTIONS_MD = (
87
- "### PolyAgent\n"
88
  "\n"
89
  "**This Space is running in a free, CPU-only environment.** That means:\n"
90
- "- **Higher latency is expected** for model-heavy steps (encoding, property prediction, inverse design, retrieval).\n"
91
  "- **Cold starts** can occur after inactivity (the container spins down), so the first request may take longer.\n"
92
- "- Some operations are **compute-bound** on CPU (Transformer/graph/3D encoders), so throughput is limited compared to GPU.\n"
93
  "\n"
94
  "**Scaling note:** If usage grows, this deployment can be migrated to a **GPU-backed runtime** (and/or a queued worker setup)\n"
95
  "to reduce per-request latency and improve concurrency. The app is designed to be **hardware-agnostic**—the same workflow\n"
 
84
  # Run instructions bubble
85
  # -----------------------------------------------------------------------------
86
  RUN_INSTRUCTIONS_MD = (
 
87
  "\n"
88
  "**This Space is running in a free, CPU-only environment.** That means:\n"
89
+ "- **Higher latency is expected** for model-heavy steps (CL encoding, property prediction, and inverse design).\n"
90
  "- **Cold starts** can occur after inactivity (the container spins down), so the first request may take longer.\n"
91
+ "- Some operations are **compute-bound** on CPU (DeBERTav2,Transformer/GINE/SchNet encoders), so throughput is limited compared to GPU.\n"
92
  "\n"
93
  "**Scaling note:** If usage grows, this deployment can be migrated to a **GPU-backed runtime** (and/or a queued worker setup)\n"
94
  "to reduce per-request latency and improve concurrency. The app is designed to be **hardware-agnostic**—the same workflow\n"