Spaces:
Running
on
T4
Running
on
T4
liuyizhang
commited on
Commit
•
7273b98
1
Parent(s):
01e8989
update app.py
Browse files
app.py
CHANGED
@@ -718,6 +718,6 @@ if __name__ == "__main__":
|
|
718 |
DESCRIPTION += 'RAM from [RelateAnything](https://github.com/Luodian/RelateAnything). <br>'
|
719 |
DESCRIPTION += 'Thanks for their excellent work.'
|
720 |
DESCRIPTION += f'<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings. <a href="https://huggingface.co/spaces/yizhangliu/Grounded-Segment-Anything?duplicate=true"><img style="display: inline; margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" /></a></p>'
|
721 |
-
gr.
|
722 |
|
723 |
block.launch(server_name='0.0.0.0', debug=args.debug, share=args.share)
|
|
|
718 |
DESCRIPTION += 'RAM from [RelateAnything](https://github.com/Luodian/RelateAnything). <br>'
|
719 |
DESCRIPTION += 'Thanks for their excellent work.'
|
720 |
DESCRIPTION += f'<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings. <a href="https://huggingface.co/spaces/yizhangliu/Grounded-Segment-Anything?duplicate=true"><img style="display: inline; margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space" /></a></p>'
|
721 |
+
gr.HTML(DESCRIPTION)
|
722 |
|
723 |
block.launch(server_name='0.0.0.0', debug=args.debug, share=args.share)
|