Spaces:
Sleeping
Sleeping
EliseoBaquero
commited on
Commit
•
f7d80d2
1
Parent(s):
d25688d
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ st.sidebar.image("assets/logo.png", width=200)
|
|
9 |
st.sidebar.caption("Demo creado en vivo.")
|
10 |
|
11 |
repo_id = "ceyda/butterfly_cropped_uniq1K_512"
|
|
|
12 |
modelo_gan = carga_modelo(repo_id)
|
13 |
|
14 |
n_mariposas = 4
|
|
|
9 |
st.sidebar.caption("Demo creado en vivo.")
|
10 |
|
11 |
repo_id = "ceyda/butterfly_cropped_uniq1K_512"
|
12 |
+
version_modelo = "57d36a15546909557d9f967f47713236c8288838"
|
13 |
modelo_gan = carga_modelo(repo_id)
|
14 |
|
15 |
n_mariposas = 4
|