Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ cache_dir="private_space_cache"
|
|
| 17 |
# calling the app code
|
| 18 |
app = hf_hub_download(
|
| 19 |
repo_id="wintergw/assignment_opt_gurobi",
|
| 20 |
-
filename="
|
| 21 |
repo_type="space"
|
| 22 |
)
|
| 23 |
# executing the app file
|
|
|
|
| 17 |
# calling the app code
|
| 18 |
app = hf_hub_download(
|
| 19 |
repo_id="wintergw/assignment_opt_gurobi",
|
| 20 |
+
filename="app.py",
|
| 21 |
repo_type="space"
|
| 22 |
)
|
| 23 |
# executing the app file
|