Spaces:
Sleeping
Sleeping
iimmortall
commited on
Commit
·
075ac4d
1
Parent(s):
cf1f994
fix some bugs
Browse files- app.py +1 -1
- requirements.txt +1 -0
app.py
CHANGED
@@ -134,7 +134,7 @@ def build_demo():
|
|
134 |
|
135 |
with gr.Blocks(css=css) as demo:
|
136 |
with gr.Column(elem_id="col-container"):
|
137 |
-
gr.Markdown("""<h1 style="text-align: center; font-size: 32px;"><b>UltraFusion
|
138 |
# gr.Markdown("""<h1 style="text-align: center; font-size: 32px;"><b>OpenImagingLab</b></h1>""")
|
139 |
gr.Markdown("""<h1 style="text-align: center; font-size: 24px;"><b>How do I use it?</b></h1>""")
|
140 |
with gr.Row():
|
|
|
134 |
|
135 |
with gr.Blocks(css=css) as demo:
|
136 |
with gr.Column(elem_id="col-container"):
|
137 |
+
gr.Markdown("""<h1 style="text-align: center; font-size: 32px;"><b>UltraFusion HDR 📸✨</b></h1>""")
|
138 |
# gr.Markdown("""<h1 style="text-align: center; font-size: 32px;"><b>OpenImagingLab</b></h1>""")
|
139 |
gr.Markdown("""<h1 style="text-align: center; font-size: 24px;"><b>How do I use it?</b></h1>""")
|
140 |
with gr.Row():
|
requirements.txt
CHANGED
@@ -8,4 +8,5 @@ pillow
|
|
8 |
einops
|
9 |
scipy
|
10 |
ftfy
|
|
|
11 |
pytorch_lightning==2.4
|
|
|
8 |
einops
|
9 |
scipy
|
10 |
ftfy
|
11 |
+
torchvision==0.19.1
|
12 |
pytorch_lightning==2.4
|