Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="KeyLock Image Creator") as demo:
|
|
165 |
api_pubkey_input = gr.Textbox()
|
166 |
api_image_output = gr.Image(type="pil")
|
167 |
gr.Interface(
|
168 |
-
fn=
|
169 |
inputs=[api_secret_input, api_pubkey_input],
|
170 |
outputs=api_image_output,
|
171 |
api_name="create_image"
|
|
|
165 |
api_pubkey_input = gr.Textbox()
|
166 |
api_image_output = gr.Image(type="pil")
|
167 |
gr.Interface(
|
168 |
+
fn=create_carrier_image,
|
169 |
inputs=[api_secret_input, api_pubkey_input],
|
170 |
outputs=api_image_output,
|
171 |
api_name="create_image"
|