fffiloni commited on
Commit
23fa30e
1 Parent(s): e5a1719

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def download_weights_from_folder(google_drive_folder_link):
26
  except Exception as e:
27
  return f"Failed to download weights: {e}"
28
 
29
- download_weights("https://drive.google.com/drive/folders/1Bq0n-w1VT5l99CoaVg02hFpqE5eGLo9O")
30
 
31
  # Define a function to run your script with selected inputs
32
  def run_xportrait(
 
26
  except Exception as e:
27
  return f"Failed to download weights: {e}"
28
 
29
+ download_weights_from_folder("https://drive.google.com/drive/folders/1Bq0n-w1VT5l99CoaVg02hFpqE5eGLo9O")
30
 
31
  # Define a function to run your script with selected inputs
32
  def run_xportrait(