Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -106,8 +106,20 @@ css = """
|
|
| 106 |
}
|
| 107 |
"""
|
| 108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
with gr.Blocks(css=css) as demo:
|
| 110 |
-
gr.Markdown("# URAE
|
| 111 |
with gr.Row(elem_id="maincontainer"):
|
| 112 |
with gr.Column(elem_id="col1"):
|
| 113 |
gr.Markdown("### Prompt:")
|
|
|
|
| 106 |
}
|
| 107 |
"""
|
| 108 |
|
| 109 |
+
head = """> ***U*ltra-*R*esolution *A*daptation with *E*ase**
|
| 110 |
+
> <br>
|
| 111 |
+
> [Ruonan Yu*](https://scholar.google.com/citations?user=UHP95egAAAAJ&hl=en),
|
| 112 |
+
> [Songhua Liu*](http://121.37.94.87/),
|
| 113 |
+
> [Zhenxiong Tan](https://scholar.google.com/citations?user=HP9Be6UAAAAJ&hl=en),
|
| 114 |
+
> and
|
| 115 |
+
> [Xinchao Wang](https://sites.google.com/site/sitexinchaowang/)
|
| 116 |
+
> <br>
|
| 117 |
+
> [xML Lab](https://sites.google.com/view/xml-nus), National University of Singapore
|
| 118 |
+
> <br>
|
| 119 |
+
"""
|
| 120 |
+
|
| 121 |
with gr.Blocks(css=css) as demo:
|
| 122 |
+
gr.Markdown("# URAE (FLUX.1 schnell) \n" + head)
|
| 123 |
with gr.Row(elem_id="maincontainer"):
|
| 124 |
with gr.Column(elem_id="col1"):
|
| 125 |
gr.Markdown("### Prompt:")
|