Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
acbdkk
/
gptj
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
acbdkk
commited on
Oct 14, 2023
Commit
4b94798
·
1 Parent(s):
c9245b2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -26,3 +26,4 @@ sequences = pipeline(
26
)
27
for seq in sequences:
28
st.write(f"Result: {seq['generated_text']}")
26
)
27
for seq in sequences:
28
st.write(f"Result: {seq['generated_text']}")
29
+