Spaces:
Running
Running
Sadjad Alikhani
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -368,7 +368,7 @@ def process_hdf5_file(uploaded_file, percentage):
|
|
368 |
sys.stdout = capture # Redirect print statements to capture
|
369 |
|
370 |
try:
|
371 |
-
model_repo_url = "https://huggingface.co/sadjadalikhani/
|
372 |
model_repo_dir = "./LWM"
|
373 |
|
374 |
# Step 1: Clone the repository if not already done
|
|
|
368 |
sys.stdout = capture # Redirect print statements to capture
|
369 |
|
370 |
try:
|
371 |
+
model_repo_url = "https://huggingface.co/sadjadalikhani/lwm"
|
372 |
model_repo_dir = "./LWM"
|
373 |
|
374 |
# Step 1: Clone the repository if not already done
|