Fix typo
Browse files
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
|
| 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"),
|