Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -270,6 +270,8 @@ DESCRIPTION = '''# Relate-Anyting
|
|
270 |
### π€ π€ π€ Given an image, RAM finds all the meaningful relations between anything. (Check Tab: Relate Anything)
|
271 |
### π±οΈ π±οΈ π±οΈ You can also click something on the image, and RAM find anything relates to that. (Check Tab: Relate Something)
|
272 |
### π₯ π₯ π₯ Please star our codebase [OpenPSG](https://github.com/Jingkang50/OpenPSG) and [RAM](https://github.com/Luodian/RelateAnything) if you find it useful / interesting.
|
|
|
|
|
273 |
'''
|
274 |
|
275 |
block = gr.Blocks()
|
|
|
270 |
### π€ π€ π€ Given an image, RAM finds all the meaningful relations between anything. (Check Tab: Relate Anything)
|
271 |
### π±οΈ π±οΈ π±οΈ You can also click something on the image, and RAM find anything relates to that. (Check Tab: Relate Something)
|
272 |
### π₯ π₯ π₯ Please star our codebase [OpenPSG](https://github.com/Jingkang50/OpenPSG) and [RAM](https://github.com/Luodian/RelateAnything) if you find it useful / interesting.
|
273 |
+
### It is recommended to upgrade to GPU in Settings after duplicating this space to use it. [![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-md-dark.svg)](https://huggingface.co/spaces/mmlab-ntu/relate-anything-model?duplicate=true)
|
274 |
+
|
275 |
'''
|
276 |
|
277 |
block = gr.Blocks()
|