X-iZhang commited on
Commit
5689d49
·
verified ·
1 Parent(s): 952dd6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -111,6 +111,10 @@ def main():
111
  gr.Markdown("""
112
  ## 🩻 Libra: Leveraging Temporal Images for Biomedical Radiology Analysis
113
  [Project Page](https://x-izhang.github.io/Libra_v1.0/) | [Paper](https://arxiv.org/abs/2411.19378) | [Code](https://github.com/X-iZhang/Libra) | [Model](https://huggingface.co/X-iZhang/libra-v1.0-7b)
 
 
 
 
114
  """)
115
 
116
 
 
111
  gr.Markdown("""
112
  ## 🩻 Libra: Leveraging Temporal Images for Biomedical Radiology Analysis
113
  [Project Page](https://x-izhang.github.io/Libra_v1.0/) | [Paper](https://arxiv.org/abs/2411.19378) | [Code](https://github.com/X-iZhang/Libra) | [Model](https://huggingface.co/X-iZhang/libra-v1.0-7b)
114
+
115
+ **🚨 Performance Warning**
116
+ Currently, the space runs on **CPU**, and a single inference takes about **500 seconds**.
117
+ For optimal performance, a **GPU is required** to run effectively!
118
  """)
119
 
120