Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- __pycache__/app.cpython-311.pyc +0 -0
- 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"):
|