s-tian commited on
Commit
244a848
·
1 Parent(s): cac90f3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
117
  model = PlatonicDistanceModel(device)
118
 
119
  demo = gr.Interface(title="Foreground Feature Averaging (FFA) Intrinsic Object Similarity Demo",
120
- description="Compare two images using the forward feature averaging metric, a strong baseline for intrinsic object similarity. Please see our project website at https://s-tian.github.io/projects/cute/ for more information.",
121
  fn=compare,
122
  inputs=[gr.Image(type="pil", label="Image 1"),
123
  gr.Image(type="pil", label="Image 2"),
 
117
  model = PlatonicDistanceModel(device)
118
 
119
  demo = gr.Interface(title="Foreground Feature Averaging (FFA) Intrinsic Object Similarity Demo",
120
+ description="Compare two images using the foreground feature averaging metric, a strong baseline for intrinsic object similarity. Please see our project website at https://s-tian.github.io/projects/cute/ for more information.",
121
  fn=compare,
122
  inputs=[gr.Image(type="pil", label="Image 1"),
123
  gr.Image(type="pil", label="Image 2"),