coredipper commited on
Commit
c3ab545
·
verified ·
1 Parent(s): 1174e9f

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. __pycache__/app.cpython-311.pyc +0 -0
  2. app.py +1 -1
__pycache__/app.cpython-311.pyc CHANGED
Binary files a/__pycache__/app.cpython-311.pyc and b/__pycache__/app.cpython-311.pyc differ
 
app.py CHANGED
@@ -148,7 +148,7 @@ def _run_consolidation(preset_name):
148
  # ---------------------------------------------------------------------------
149
 
150
  def build_app():
151
- with gr.Blocks(title="Operon Sleep Consolidation") as demo:
152
  gr.Markdown("# Operon Sleep Consolidation\nReplay, compress, counterfactual replay, and histone promotion.")
153
 
154
  with gr.Tab("Consolidation Cycle"):
 
148
  # ---------------------------------------------------------------------------
149
 
150
  def build_app():
151
+ with gr.Blocks(title="Operon Sleep Consolidation", theme=gr.themes.Base()) as demo:
152
  gr.Markdown("# Operon Sleep Consolidation\nReplay, compress, counterfactual replay, and histone promotion.")
153
 
154
  with gr.Tab("Consolidation Cycle"):