Spaces:
Runtime error
Runtime error
Update ✨Entity Linking Application✨.py
Browse files
✨Entity Linking Application✨.py
CHANGED
|
@@ -17,6 +17,7 @@ import time
|
|
| 17 |
from bs4 import BeautifulSoup
|
| 18 |
from fake_useragent import UserAgent
|
| 19 |
import requests
|
|
|
|
| 20 |
|
| 21 |
def get_system_resources():
|
| 22 |
# Get CPU and memory usage
|
|
|
|
| 17 |
from bs4 import BeautifulSoup
|
| 18 |
from fake_useragent import UserAgent
|
| 19 |
import requests
|
| 20 |
+
import psutil
|
| 21 |
|
| 22 |
def get_system_resources():
|
| 23 |
# Get CPU and memory usage
|