Spaces:
Running
on
T4
Running
on
T4
liuyizhang
commited on
Commit
•
17dd43a
1
Parent(s):
81b5992
update app.py
Browse files- app.py +1 -1
- requirements.txt +2 -2
app.py
CHANGED
@@ -719,6 +719,6 @@ if __name__ == "__main__":
|
|
719 |
DESCRIPTION += f'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. \
|
721 |
<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>'
|
722 |
-
gr.
|
723 |
|
724 |
block.launch(server_name='0.0.0.0', debug=args.debug, share=args.share)
|
|
|
719 |
DESCRIPTION += f'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. \
|
721 |
<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>'
|
722 |
+
gr.Markdown(DESCRIPTION)
|
723 |
|
724 |
block.launch(server_name='0.0.0.0', debug=args.debug, share=args.share)
|
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
accelerate
|
2 |
addict
|
3 |
diffusers==0.14.0
|
4 |
-
gradio
|
5 |
-
gradio_client
|
6 |
huggingface_hub
|
7 |
matplotlib
|
8 |
numpy
|
|
|
1 |
accelerate
|
2 |
addict
|
3 |
diffusers==0.14.0
|
4 |
+
gradio
|
5 |
+
gradio_client
|
6 |
huggingface_hub
|
7 |
matplotlib
|
8 |
numpy
|