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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -112,9 +112,10 @@ def main():
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
 
 
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
+
117
+ The demo is currently running on a **CPU**, and a single inference takes approximately **500 seconds**.
118
+ To achieve optimal performance and significantly reduce inference time, a **GPU is required** for effective operation. For more details, please refer to the [Demo Project].
119
  """)
120
 
121