Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import subprocess
|
|
4 |
import os
|
5 |
from huggingface_hub import hf_hub_download
|
6 |
import time
|
7 |
-
import
|
8 |
|
9 |
PORT = 7860
|
10 |
HOST = "0.0.0.0"
|
|
|
4 |
import os
|
5 |
from huggingface_hub import hf_hub_download
|
6 |
import time
|
7 |
+
from pathlib import Path
|
8 |
|
9 |
PORT = 7860
|
10 |
HOST = "0.0.0.0"
|