huzey commited on
Commit
2b45494
1 Parent(s): 44410c1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1240,7 +1240,7 @@ with demo:
1240
 
1241
  with gr.Row():
1242
  with gr.Column():
1243
- gr.Markdown("##### POWERED BY [ncut-pytorch](https://ncut-pytorch.readthedocs.io/) ")
1244
  with gr.Column():
1245
  gr.Markdown("###### Running out of GPU? Try [Demo](https://ncut-pytorch.readthedocs.io/en/latest/demo/) hosted at UPenn")
1246
 
 
1240
 
1241
  with gr.Row():
1242
  with gr.Column():
1243
+ gr.Markdown("##### POWERED BY `ncut-pytorch`, [Documentation](https://ncut-pytorch.readthedocs.io/) ")
1244
  with gr.Column():
1245
  gr.Markdown("###### Running out of GPU? Try [Demo](https://ncut-pytorch.readthedocs.io/en/latest/demo/) hosted at UPenn")
1246