Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from transformers import pipeline, set_seed
|
2 |
import gradio as grad, random, re
|
3 |
|
4 |
-
|
5 |
gpt2_pipe = pipeline('text-generation', model='Gustavosta/MagicPrompt-Stable-Diffusion', tokenizer='gpt2')
|
6 |
with open("ideas.txt", "r") as f:
|
7 |
line = f.readlines()
|
|
|
1 |
from transformers import pipeline, set_seed
|
2 |
import gradio as grad, random, re
|
3 |
|
4 |
+
asd
|
5 |
gpt2_pipe = pipeline('text-generation', model='Gustavosta/MagicPrompt-Stable-Diffusion', tokenizer='gpt2')
|
6 |
with open("ideas.txt", "r") as f:
|
7 |
line = f.readlines()
|