phenomenon1981 commited on
Commit
07629ac
1 Parent(s): 1b2ae47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -49,9 +49,6 @@ def send_it8(inputs,proc8=proc8):
49
  def get_prompts(prompt_text):
50
  return text_gen(prompt_text)
51
 
52
- def inference(model_name, prompt, guidance, steps, n_images=1, width=512, height=512, seed=0, img=None, strength=0.5, neg_prompt=""):
53
-
54
-
55
  with gr.Blocks() as myface:
56
  with gr.Row():
57
 
 
49
  def get_prompts(prompt_text):
50
  return text_gen(prompt_text)
51
 
 
 
 
52
  with gr.Blocks() as myface:
53
  with gr.Row():
54