Ahsen Khaliq commited on
Commit
4adc3f9
1 Parent(s): 20e4bbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -47,9 +47,9 @@ def inference(img):
47
 
48
  return hash_hex
49
 
50
- title = "Anime2Sketch"
51
- description = "demo for Anime2Sketch. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
52
- article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2104.05703'>Adversarial Open Domain Adaption for Sketch-to-Photo Synthesis</a> | <a href='https://github.com/Mukosame/Anime2Sketch'>Github Repo</a></p>"
53
 
54
  gr.Interface(
55
  inference,
 
47
 
48
  return hash_hex
49
 
50
+ title = "AppleNeuralHash"
51
+ description = "Gradio demo for Apple NeuralHash is a perceptual hashing method for images based on neural networks. It can tolerate image resize and compression. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
52
+ article = "<p style='text-align: center'><a href='https://github.com/AsuharietYgvar/AppleNeuralHash2ONNX'>Github Repo</a></p>"
53
 
54
  gr.Interface(
55
  inference,