KwabsHug commited on
Commit
93e074d
1 Parent(s): 8db92cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -26,6 +26,8 @@ import datetime
26
  import cv2
27
  import math
28
 
 
 
29
  #Uncomment these for Huggingface
30
  nltk.download('maxent_ne_chunker') #Chunker
31
  nltk.download('stopwords') #Stop Words List (Mainly Roman Languages)
 
26
  import cv2
27
  import math
28
 
29
+ print(gr.__version__)
30
+
31
  #Uncomment these for Huggingface
32
  nltk.download('maxent_ne_chunker') #Chunker
33
  nltk.download('stopwords') #Stop Words List (Mainly Roman Languages)