Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -97,13 +97,10 @@ css = """
|
|
| 97 |
|
| 98 |
with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue="violet")) as demo:
|
| 99 |
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
gr.Markdown("## FIBO", elem_id="app-title")
|
| 103 |
gr.Markdown(f"""# FIBO
|
| 104 |
8B param text-to-image model trained on structured JSON captions up to 1,000+ words.
|
| 105 |
[[non-commercial license]()] [[arxiv](https://arxiv.org/)] [[model](https://huggingface.co/briaai/FIBO)] [[code](https://github.com/Bria-AI/FIBO)]
|
| 106 |
-
""")
|
| 107 |
|
| 108 |
with gr.Row(elem_id="col-container"):
|
| 109 |
with gr.Column(scale=1):
|
|
|
|
| 97 |
|
| 98 |
with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue="violet")) as demo:
|
| 99 |
|
|
|
|
|
|
|
|
|
|
| 100 |
gr.Markdown(f"""# FIBO
|
| 101 |
8B param text-to-image model trained on structured JSON captions up to 1,000+ words.
|
| 102 |
[[non-commercial license]()] [[arxiv](https://arxiv.org/)] [[model](https://huggingface.co/briaai/FIBO)] [[code](https://github.com/Bria-AI/FIBO)]
|
| 103 |
+
""" , elem_id="app-title")
|
| 104 |
|
| 105 |
with gr.Row(elem_id="col-container"):
|
| 106 |
with gr.Column(scale=1):
|