arputtick commited on
Commit
678d74f
·
1 Parent(s): 8fe58a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def generate_text(text, gen_length):
16
 
17
  else:
18
  output = sentences[:-1]
19
- return output
20
 
21
  Instructuction = "Browse the internet to download any unique image"
22
  title="Eco-Feminist Text Generation"
 
16
 
17
  else:
18
  output = sentences[:-1]
19
+ return " ".join(output)
20
 
21
  Instructuction = "Browse the internet to download any unique image"
22
  title="Eco-Feminist Text Generation"