X-iZhang commited on
Commit
1253c31
·
verified ·
1 Parent(s): b7846fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -111,8 +111,6 @@ 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
- **Requires a GPU to run effectively!**
116
  """)
117
 
118
 
@@ -241,8 +239,4 @@ def main():
241
  demo.launch(share=True)
242
 
243
  if __name__ == "__main__":
244
- main()
245
-
246
-
247
- # if __name__ == "__main__":
248
- # demo.launch()
 
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
 
 
239
  demo.launch(share=True)
240
 
241
  if __name__ == "__main__":
242
+ main()