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
a4dc43a
·
verified
·
1 Parent(s):
ae8ae88
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -56,4 +56,4 @@ 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_
)