Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
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 |
-
|
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(
|