Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def process_image_and_display_payload(image):
|
|
36 |
|
37 |
return status_message, payload, user, user_pass, GROQ_API_KEY, HF_TOKEN, OPENAI_API_KEY, OPENROUTER_API_KEY
|
38 |
|
39 |
-
gr_head = "<style>" + KeylockDecoderComponent(server_logic=server_logic).CSS +"</style>"
|
40 |
|
41 |
with gr.Blocks(theme=gr.themes.Soft(), head = gr_head) as demo:
|
42 |
gr.Markdown("# Gradio KeyLock Component Demo")
|
|
|
36 |
|
37 |
return status_message, payload, user, user_pass, GROQ_API_KEY, HF_TOKEN, OPENAI_API_KEY, OPENROUTER_API_KEY
|
38 |
|
39 |
+
gr_head = "<style>" + KeylockDecoderComponent(server_logic=server_logic).CSS + "</style>"
|
40 |
|
41 |
with gr.Blocks(theme=gr.themes.Soft(), head = gr_head) as demo:
|
42 |
gr.Markdown("# Gradio KeyLock Component Demo")
|