VTechAI commited on
Commit
6ce24b1
1 Parent(s): 3315840

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -952,7 +952,7 @@ if __name__ == "__main__":
952
  DESCRIPTION += f'Thanks for their excellent work.'
953
  DESCRIPTION += f'<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings. \
954
  <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>'
955
- gr.Markdown(DESCRIPTION)
956
 
957
  print(f'device = {device}')
958
  print(f'torch.cuda.is_available = {torch.cuda.is_available()}')
 
952
  DESCRIPTION += f'Thanks for their excellent work.'
953
  DESCRIPTION += f'<p>For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings. \
954
  <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>'
955
+ # gr.Markdown(DESCRIPTION)
956
 
957
  print(f'device = {device}')
958
  print(f'torch.cuda.is_available = {torch.cuda.is_available()}')