EvgenyK commited on
Commit
a6f97a2
·
1 Parent(s): 23db5ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  import torch
2
  import requests
3
  import numpy as np
 
1
+ #Acknowledgments:
2
+ #This project is inspired by:
3
+ #1. https://github.com/haltakov/natural-language-image-search by Vladimir Haltakov
4
+ #2. DrishtiSharma/Text-to-Image-search-using-CLIP
5
+
6
+
7
  import torch
8
  import requests
9
  import numpy as np