verymehari commited on
Commit
2bc00a8
·
verified ·
1 Parent(s): b0dc910

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -19,7 +19,7 @@ except Exception: # local dev outside HF Spaces
19
  return deco
20
  spaces = _SpacesShim()
21
 
22
- ROOT = Path(__file__).resolve().parent
23
  sys.path.insert(0, str(ROOT))
24
 
25
  from compose.merge import compose
@@ -121,8 +121,9 @@ def build_demo():
121
  gr.Markdown(
122
  "# Visual Lineage\n"
123
  "*A 23andMe for imagined instruments.*\n\n"
124
- "Live FLUX.2 [klein] inference with published LoRA provenance. "
125
- "The first root node is `eritrean_krar_v1`, trained from openly licensed krar / bowl-lyre imagery."
 
126
  )
127
  with gr.Row():
128
  with gr.Column(scale=1):
 
19
  return deco
20
  spaces = _SpacesShim()
21
 
22
+ ROOT = Path(__file__).resolve().parents[1]
23
  sys.path.insert(0, str(ROOT))
24
 
25
  from compose.merge import compose
 
121
  gr.Markdown(
122
  "# Visual Lineage\n"
123
  "*A 23andMe for imagined instruments.*\n\n"
124
+ "Live FLUX.2 [klein] inference with published instrument LoRAs. "
125
+ "Select any two from Eritrean krar, Korean gayageum, or Brazilian berimbau "
126
+ "and trace the visual lineage of every generation."
127
  )
128
  with gr.Row():
129
  with gr.Column(scale=1):