Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ functions_path = hf_hub_download(
|
|
| 33 |
# Load `optmodel.py` as a module
|
| 34 |
spec_func = importlib.util.spec_from_file_location("optmodel", functions_path)
|
| 35 |
optmodel_module = importlib.util.module_from_spec(spec_func)
|
| 36 |
-
|
| 37 |
|
| 38 |
# Load and execute `app.py`
|
| 39 |
spec_app = importlib.util.spec_from_file_location("app", app_path)
|
|
|
|
| 33 |
# Load `optmodel.py` as a module
|
| 34 |
spec_func = importlib.util.spec_from_file_location("optmodel", functions_path)
|
| 35 |
optmodel_module = importlib.util.module_from_spec(spec_func)
|
| 36 |
+
|
| 37 |
|
| 38 |
# Load and execute `app.py`
|
| 39 |
spec_app = importlib.util.spec_from_file_location("app", app_path)
|