Upload app.py with huggingface_hub
Browse files
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().
|
| 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
|
| 125 |
-
"
|
|
|
|
| 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):
|