KwabsHug commited on
Commit
8811d31
1 Parent(s): a4e4c89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -27,6 +27,7 @@ import cv2
27
  import math
28
 
29
  print(gr.__version__)
 
30
 
31
  #Uncomment these for Huggingface
32
  nltk.download('maxent_ne_chunker') #Chunker
 
27
  import math
28
 
29
  print(gr.__version__)
30
+ !pip install gradio==3.47.1 --force-reinstall
31
 
32
  #Uncomment these for Huggingface
33
  nltk.download('maxent_ne_chunker') #Chunker