Update app.py
Browse files
app.py
CHANGED
@@ -12,10 +12,8 @@ logger = logging.getLogger(__name__)
|
|
12 |
# ==============================================================================
|
13 |
# CONFIGURATION: IDs of the remote Gradio Spaces
|
14 |
# ==============================================================================
|
15 |
-
# These should be the names of YOUR deployed spaces.
|
16 |
CREATOR_SPACE_ID = "broadfield-dev/KeyLock-Auth-Creator"
|
17 |
SERVER_SPACE_ID = "broadfield-dev/KeyLock-Auth-Server"
|
18 |
-
# We also provide a link to the original client for reference.
|
19 |
CLIENT_SPACE_LINK = "https://huggingface.co/spaces/broadfield-dev/KeyLock-Auth-Client"
|
20 |
|
21 |
|
@@ -166,7 +164,6 @@ with gr.Blocks(theme=theme, title="KeyLock Operations Dashboard") as demo:
|
|
166 |
"""
|
167 |
)
|
168 |
|
169 |
-
# --- Wire up the component logic ---
|
170 |
creator_button.click(
|
171 |
fn=create_image_via_api,
|
172 |
inputs=[creator_secret_input, creator_pubkey_input],
|
|
|
12 |
# ==============================================================================
|
13 |
# CONFIGURATION: IDs of the remote Gradio Spaces
|
14 |
# ==============================================================================
|
|
|
15 |
CREATOR_SPACE_ID = "broadfield-dev/KeyLock-Auth-Creator"
|
16 |
SERVER_SPACE_ID = "broadfield-dev/KeyLock-Auth-Server"
|
|
|
17 |
CLIENT_SPACE_LINK = "https://huggingface.co/spaces/broadfield-dev/KeyLock-Auth-Client"
|
18 |
|
19 |
|
|
|
164 |
"""
|
165 |
)
|
166 |
|
|
|
167 |
creator_button.click(
|
168 |
fn=create_image_via_api,
|
169 |
inputs=[creator_secret_input, creator_pubkey_input],
|