Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ import timeout_decorator
|
|
| 25 |
import socket
|
| 26 |
import ipaddress
|
| 27 |
from huggingface_hub import hf_hub_download
|
| 28 |
-
from huggingface_hub import spaces
|
| 29 |
|
| 30 |
# Setup logging
|
| 31 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
|
|
|
| 25 |
import socket
|
| 26 |
import ipaddress
|
| 27 |
from huggingface_hub import hf_hub_download
|
| 28 |
+
#from huggingface_hub import spaces
|
| 29 |
|
| 30 |
# Setup logging
|
| 31 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|