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