Spaces:
Running
on
Zero
Running
on
Zero
ui update
Browse files
app.py
CHANGED
@@ -124,14 +124,9 @@ with gr.Blocks(title="Generative Photography") as demo:
|
|
124 |
gr.Markdown("# **Generative Photography: Scene-Consistent Camera Control for Realistic Text-to-Image Synthesis** ")
|
125 |
|
126 |
gr.Markdown(
|
127 |
-
"
|
128 |
-
"### π [GitHub](https://github.com/pandayuanyu/generative-photography) \n"
|
129 |
-
"#### β If you like our work, please consider starring our GitHub repository!"
|
130 |
)
|
131 |
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
with gr.Tabs():
|
136 |
with gr.Tab("BokehK Effect"):
|
137 |
gr.Markdown("### Generate Frames with Bokeh Blur Effect")
|
|
|
124 |
gr.Markdown("# **Generative Photography: Scene-Consistent Camera Control for Realistic Text-to-Image Synthesis** ")
|
125 |
|
126 |
gr.Markdown(
|
127 |
+
"π [Paper](https://arxiv.org/abs/2412.02168) | π [GitHub](https://github.com/pandayuanyu/generative-photography) | β If you like our work, please star our GitHub!"
|
|
|
|
|
128 |
)
|
129 |
|
|
|
|
|
|
|
130 |
with gr.Tabs():
|
131 |
with gr.Tab("BokehK Effect"):
|
132 |
gr.Markdown("### Generate Frames with Bokeh Blur Effect")
|