Spaces:
Runtime error
Runtime error
Please work you son of a bitch
Browse files
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=
|
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()
|