huzey commited on
Commit
bee43e5
1 Parent(s): a789a16
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -933,7 +933,11 @@ with demo:
933
  buttons[-1].click(fn=lambda x: gr.update(visible=True), outputs=rows[-1])
934
  buttons[-1].click(fn=lambda x: gr.update(visible=False), outputs=buttons[-1])
935
 
936
-
 
 
 
 
937
 
938
  if DOWNLOAD_ALL_MODELS_DATASETS:
939
  from ncut_pytorch.backbone import download_all_models
 
933
  buttons[-1].click(fn=lambda x: gr.update(visible=True), outputs=rows[-1])
934
  buttons[-1].click(fn=lambda x: gr.update(visible=False), outputs=buttons[-1])
935
 
936
+ with gr.Row():
937
+ with gr.Column():
938
+ gr.Markdown("##### Powered by [ncut-pytorch](https://ncut-pytorch.readthedocs.io/) ")
939
+ with gr.Column():
940
+ gr.Markdown("###### Running out of GPU? Try [Demo](https://ncut-pytorch.readthedocs.io/en/latest/demo/) hosted at UPenn")
941
 
942
  if DOWNLOAD_ALL_MODELS_DATASETS:
943
  from ncut_pytorch.backbone import download_all_models