Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|