titusz commited on
Commit
02c9cf7
Β·
verified Β·
1 Parent(s): 8c51bed

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (2) hide show
  1. CHANGELOG.md +1 -1
  2. iscc_sct/demo.py +1 -1
CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
  # Changelog
2
 
3
- ## [0.1.2] - Unreleased
4
  - Encode granular features with base64
5
  - Refactor result format to generic ISCC data model
6
  - Add optional gradio GUI demo
 
1
  # Changelog
2
 
3
+ ## [0.1.2] - 2024-08-19
4
  - Encode granular features with base64
5
  - Refactor result format to generic ISCC data model
6
  - Add optional gradio GUI demo
iscc_sct/demo.py CHANGED
@@ -192,7 +192,7 @@ with gr.Blocks(css=custom_css, theme=iscc_theme) as demo:
192
  with gr.Row(variant="panel"):
193
  reset_button = gr.Button("Reset All")
194
 
195
- with gr.Accordion(label="πŸ” Explore Details & Advanced Options", open=False):
196
  with gr.Row(variant="panel"):
197
  with gr.Column(variant="panel"):
198
  in_iscc_bits = gr.Slider(
 
192
  with gr.Row(variant="panel"):
193
  reset_button = gr.Button("Reset All")
194
 
195
+ with gr.Accordion(label="πŸ” Explore Details & Advanced Options", open=True):
196
  with gr.Row(variant="panel"):
197
  with gr.Column(variant="panel"):
198
  in_iscc_bits = gr.Slider(