Johannes Kolbe commited on
Commit
f751922
1 Parent(s): 4b2b7ee

slight title change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ gr.Parallel(base_iface,
78
  ["examples/mnist_3.jpg", "examples/svhn_3.jpeg"],
79
  ["examples/mnist_8.jpg", "examples/svhn_8.jpg"]
80
  ],
81
- title="Domain Adaption with AdaMatch",
82
  article=article,
83
  description=description,
84
  ).launch()
78
  ["examples/mnist_3.jpg", "examples/svhn_3.jpeg"],
79
  ["examples/mnist_8.jpg", "examples/svhn_8.jpg"]
80
  ],
81
+ title="Semi-Supervised Domain Adaption with AdaMatch",
82
  article=article,
83
  description=description,
84
  ).launch()