Spaces:
Running
on
Zero
Running
on
Zero
ui update
Browse files
app.py
CHANGED
@@ -123,6 +123,15 @@ color_examples = [
|
|
123 |
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 |
with gr.Tabs():
|
127 |
with gr.Tab("BokehK Effect"):
|
128 |
gr.Markdown("### Generate Frames with Bokeh Blur Effect")
|
|
|
123 |
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 |
+
"### π [Paper](https://arxiv.org/abs/2412.02168) \n"
|
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")
|