Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ def extend_prompt(prompt):
|
|
7 |
return pipe(prompt+',', num_return_sequences=1)[0]["generated_text"]
|
8 |
|
9 |
examples = [
|
10 |
-
['elon musk as
|
11 |
["giant dragon flying in the sky"],
|
12 |
['psychedelic liquids space'],
|
13 |
["a coconut laying on the beach"],
|
|
|
7 |
return pipe(prompt+',', num_return_sequences=1)[0]["generated_text"]
|
8 |
|
9 |
examples = [
|
10 |
+
['elon musk as Thor'],
|
11 |
["giant dragon flying in the sky"],
|
12 |
['psychedelic liquids space'],
|
13 |
["a coconut laying on the beach"],
|