Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
UnionJack
/
CarlosElMejor
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
UnionJack
commited on
Oct 12, 2024
Commit
226f692
·
verified
·
1 Parent(s):
5881290
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-3
app.py
CHANGED
Viewed
@@ -14,6 +14,4 @@ pipe = pipeline(
14
)
15
16
input = st.text_input("Ingrese el Promt")
17
-
st.write(pipe(input))
18
-
19
-
pipe("The key to life is")
14
)
15
16
input = st.text_input("Ingrese el Promt")
17
+
st.write(pipe(input))