Sadjad Alikhani commited on
Commit
05564e5
·
verified ·
1 Parent(s): 910b1e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/LWM"
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