Spaces:
Running
on
Zero
Running
on
Zero
iimmortall
commited on
Commit
·
41a315f
1
Parent(s):
0374a04
modify name
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ def build_demo():
|
|
125 |
|
126 |
with gr.Blocks(css=css) as demo:
|
127 |
with gr.Column(elem_id="col-container"):
|
128 |
-
gr.Markdown("""<h1 style="text-align: center; font-size: 32px;"><b>UltraFusion 📸✨</b></h1>""")
|
129 |
# gr.Markdown("""<h1 style="text-align: center; font-size: 32px;"><b>OpenImagingLab</b></h1>""")
|
130 |
gr.Markdown("""<h1 style="text-align: center; font-size: 24px;"><b>How do I use it?</b></h1>""")
|
131 |
with gr.Row():
|
|
|
125 |
|
126 |
with gr.Blocks(css=css) as demo:
|
127 |
with gr.Column(elem_id="col-container"):
|
128 |
+
gr.Markdown("""<h1 style="text-align: center; font-size: 32px;"><b>UltraFusion for HDR 📸✨</b></h1>""")
|
129 |
# gr.Markdown("""<h1 style="text-align: center; font-size: 32px;"><b>OpenImagingLab</b></h1>""")
|
130 |
gr.Markdown("""<h1 style="text-align: center; font-size: 24px;"><b>How do I use it?</b></h1>""")
|
131 |
with gr.Row():
|