phenomenon1981 commited on
Commit
7131d7f
1 Parent(s): 3b1becd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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()