Spaces:
Running
Running
Update app.py
Browse files
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
|