KwabsHug commited on
Commit
a04807a
1 Parent(s): 348ee51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,9 +27,9 @@ import cv2
27
  import math
28
 
29
  #print(gr.__version__)
30
- import subprocess
31
  #subprocess.run(["pip", "install", "gradio==3.47.1", "--force-reinstall"])
32
- subprocess.run(["pip", "install", "--upgrade", "gradio==3.47.1"]) #For huggingface as they sometimes install specific versions on container build
33
 
34
  #Uncomment these for Huggingface
35
  nltk.download('maxent_ne_chunker') #Chunker
 
27
  import math
28
 
29
  #print(gr.__version__)
30
+ #import subprocess
31
  #subprocess.run(["pip", "install", "gradio==3.47.1", "--force-reinstall"])
32
+ #subprocess.run(["pip", "install", "--upgrade", "gradio==3.47.1"]) #For huggingface as they sometimes install specific versions on container build
33
 
34
  #Uncomment these for Huggingface
35
  nltk.download('maxent_ne_chunker') #Chunker