Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
justheuristic
/
test-hse-2023
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
justheuristic
commited on
Dec 8, 2023
Commit
a51c7d7
·
1 Parent(s):
bf6d44e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -24,4 +24,4 @@ else:
24
)
25
outputs_text = tokenizer.decode(outputs[0])
26
27
-
st.
write
(value=outputs_text)
24
)
25
outputs_text = tokenizer.decode(outputs[0])
26
27
+
st.
text_area
(
label='output',
value=outputs_text)