Spaces:
Runtime error
Runtime error
requirements correction
Browse files- app.py +1 -1
- requirements.txt +2 -0
app.py
CHANGED
@@ -22,7 +22,7 @@ n_mariposas = 4
|
|
22 |
|
23 |
|
24 |
def run_model():
|
25 |
-
with st.spinner("Generando Mariposa... :)
|
26 |
ims = genera(modelo_gan, n_mariposas)
|
27 |
st.session_state["ims"] = ims
|
28 |
if "ims" not in st.session_state:
|
|
|
22 |
|
23 |
|
24 |
def run_model():
|
25 |
+
with st.spinner("Generando Mariposa... :"):
|
26 |
ims = genera(modelo_gan, n_mariposas)
|
27 |
st.session_state["ims"] = ims
|
28 |
if "ims" not in st.session_state:
|
requirements.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
git+https://github.com/huggingface/community-events.git@3fea10c5d5a50c69f509e34cd580fe9139905d04#egg=huggan
|
2 |
+
transformers
|