Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ examples=[
|
|
58 |
# ]
|
59 |
|
60 |
interface = gr.Interface(
|
61 |
-
fn=
|
62 |
inputs=[
|
63 |
gr.Textbox(label="Type here your imagination:", placeholder="Type or click an example..."),
|
64 |
gr.Slider(minimum=0, maximum=10000, step=1, label="Seed (optional)")
|
|
|
58 |
# ]
|
59 |
|
60 |
interface = gr.Interface(
|
61 |
+
fn=generate_image,
|
62 |
inputs=[
|
63 |
gr.Textbox(label="Type here your imagination:", placeholder="Type or click an example..."),
|
64 |
gr.Slider(minimum=0, maximum=10000, step=1, label="Seed (optional)")
|