Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Salimtoama15
/
tweet-UI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Salimtoama15
commited on
16 days ago
Commit
72c4880
·
verified
·
1 Parent(s):
a4dc43a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -56,4 +56,5 @@ def generate_best_tweet(text_input):
56
text_input,
57
max_length=50,
58
num_return_sequences=10,
59
-
do_samp_
)
56
text_input,
57
max_length=50,
58
num_return_sequences=10,
59
+
do_samp_
60
+
)