pandaphd commited on
Commit
5d1b8c6
Β·
1 Parent(s): f11fba3
Files changed (1) hide show
  1. app.py +9 -0
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")