Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from app_logic import (
|
|
8 |
list_space_files_for_browsing,
|
9 |
get_space_file_content,
|
10 |
)
|
11 |
-
KEYLOCK_DECODE_AVAILABLE =
|
12 |
# Gradio interface
|
13 |
def main_ui():
|
14 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary_hue=gr.themes.colors.sky), title="Hugging Face Space Builder") as demo:
|
|
|
8 |
list_space_files_for_browsing,
|
9 |
get_space_file_content,
|
10 |
)
|
11 |
+
KEYLOCK_DECODE_AVAILABLE = False
|
12 |
# Gradio interface
|
13 |
def main_ui():
|
14 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary_hue=gr.themes.colors.sky), title="Hugging Face Space Builder") as demo:
|