Spaces:
Runtime error
Runtime error
Commit
·
7131d7f
1
Parent(s):
3b1becd
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,6 @@ import sys
|
|
| 5 |
|
| 6 |
gpt2_pipe = pipeline('text-generation', model='Gustavosta/MagicPrompt-Stable-Diffusion', tokenizer='gpt2')
|
| 7 |
|
| 8 |
-
|
| 9 |
def generate(starting_text):
|
| 10 |
with open("ideas.txt", "r") as f:
|
| 11 |
line = f.readlines()
|
|
|
|
| 5 |
|
| 6 |
gpt2_pipe = pipeline('text-generation', model='Gustavosta/MagicPrompt-Stable-Diffusion', tokenizer='gpt2')
|
| 7 |
|
|
|
|
| 8 |
def generate(starting_text):
|
| 9 |
with open("ideas.txt", "r") as f:
|
| 10 |
line = f.readlines()
|