Spaces:
Runtime error
Runtime error
Kvikontent
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ output_generated_image = gr.Image(label="Generated Image")
|
|
60 |
#with gr.Blocks(theme=gr.themes.Soft()) as app:
|
61 |
# caption = "Generate Image"
|
62 |
iface = gr.Interface(
|
63 |
-
generate_image_from_prompt,
|
64 |
inputs=input_prompt,
|
65 |
outputs=output_generated_image,
|
66 |
title=title,
|
|
|
60 |
#with gr.Blocks(theme=gr.themes.Soft()) as app:
|
61 |
# caption = "Generate Image"
|
62 |
iface = gr.Interface(
|
63 |
+
fn=generate_image_from_prompt,
|
64 |
inputs=input_prompt,
|
65 |
outputs=output_generated_image,
|
66 |
title=title,
|