Spaces:
Sleeping
Sleeping
alexrods
commited on
Commit
•
5b4747f
1
Parent(s):
7606f26
add model version to app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,8 @@ st.sidebar.caption("Demo")
|
|
14 |
|
15 |
# Load model
|
16 |
repo_id = "ceyda/butterfly_cropped_uniq1K_512"
|
17 |
-
|
|
|
18 |
|
19 |
# Generate 4 btfs
|
20 |
n_btfs = 4
|
|
|
14 |
|
15 |
# Load model
|
16 |
repo_id = "ceyda/butterfly_cropped_uniq1K_512"
|
17 |
+
model_version = "57d36a15546909557d9f967f47713236c8288838"
|
18 |
+
model_gan = load_model(repo_id, model_version)
|
19 |
|
20 |
# Generate 4 btfs
|
21 |
n_btfs = 4
|