Will-uob commited on
Commit
39a5d5f
·
1 Parent(s): 2b83f19

Please work you son of a bitch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ Interface class is initialized with three required parameters
25
  - inputs: components to use for the input
26
  - outputs: which components to use for the output
27
  """
28
- iface = gr.Interface(fn=greet,
29
  inputs=gr.Textbox(lines=1, placeholder="Please enter your prompt..."),
30
  outputs="image")
31
  iface.launch()
 
25
  - inputs: components to use for the input
26
  - outputs: which components to use for the output
27
  """
28
+ iface = gr.Interface(fn=create_waifu,
29
  inputs=gr.Textbox(lines=1, placeholder="Please enter your prompt..."),
30
  outputs="image")
31
  iface.launch()