Spaces:
Sleeping
Sleeping
Bug fix
Browse files
app.py
CHANGED
|
@@ -22,8 +22,8 @@ try:
|
|
| 22 |
Repo.clone_from(REPO_URL, REPO_DIRECTORY)
|
| 23 |
import sys
|
| 24 |
sys.path.append(REPO_DIRECTORY)
|
| 25 |
-
import
|
| 26 |
-
from
|
| 27 |
except Exception as e:
|
| 28 |
logging.error(f"An error occurred while cloning repo or importing: {e}")
|
| 29 |
|
|
|
|
| 22 |
Repo.clone_from(REPO_URL, REPO_DIRECTORY)
|
| 23 |
import sys
|
| 24 |
sys.path.append(REPO_DIRECTORY)
|
| 25 |
+
import iface
|
| 26 |
+
from iface import build_interface, data_model
|
| 27 |
except Exception as e:
|
| 28 |
logging.error(f"An error occurred while cloning repo or importing: {e}")
|
| 29 |
|