Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,6 +11,7 @@ result = ocr_recognition(img_url)
|
|
| 11 |
print(result)
|
| 12 |
'''
|
| 13 |
import os
|
|
|
|
| 14 |
os.system("pip install opencv-python")
|
| 15 |
os.system("pip install tensorflow")
|
| 16 |
os.system("pip install modelscope")
|
|
|
|
| 11 |
print(result)
|
| 12 |
'''
|
| 13 |
import os
|
| 14 |
+
os.system("pip install torch")
|
| 15 |
os.system("pip install opencv-python")
|
| 16 |
os.system("pip install tensorflow")
|
| 17 |
os.system("pip install modelscope")
|