ginipick commited on
Commit
a5b43ba
·
verified ·
1 Parent(s): 2bf400b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -16
app.py CHANGED
@@ -209,15 +209,6 @@ if not os.path.exists(args.save_img_path):
209
 
210
 
211
  with gr.Blocks() as demo:
212
-
213
- gr.Markdown("<font color=red size=6.5><center>Cinemo: Consistent and Controllable Image Animation with Motion Diffusion Models</center></font>")
214
- gr.Markdown(
215
- """<div style="display: flex;align-items: center;justify-content: center">
216
- [<a href="https://arxiv.org/abs/2407.15642">Arxiv Report</a>] | [<a href="https://https://maxin-cn.github.io/cinemo_project/">Project Page</a>] | [<a href="https://github.com/maxin-cn/Cinemo">Github</a>]</div>
217
- """
218
- )
219
-
220
-
221
  with gr.Column(variant="panel"):
222
  with gr.Row():
223
  prompt_textbox = gr.Textbox(label="Prompt", lines=1)
@@ -232,13 +223,7 @@ with gr.Blocks() as demo:
232
  generate_button = gr.Button(value="Generate", variant='primary')
233
 
234
  with gr.Accordion("Advanced options", open=False):
235
- gr.Markdown(
236
- """
237
- - Input image can be specified using the "Input Image URL" text box or uploaded by clicking or dragging the image to the "Input Image" box.
238
- - Input image will be resized and/or center cropped to a given resolution (320 x 512) automatically.
239
- - After setting the input image path, press the "Preview" button to visualize the resized input image.
240
- """
241
- )
242
  with gr.Column():
243
  with gr.Row():
244
  input_image_path = gr.Textbox(label="Input Image URL", lines=1, scale=10, info="Press Enter or the Preview button to confirm the input image.")
 
209
 
210
 
211
  with gr.Blocks() as demo:
 
 
 
 
 
 
 
 
 
212
  with gr.Column(variant="panel"):
213
  with gr.Row():
214
  prompt_textbox = gr.Textbox(label="Prompt", lines=1)
 
223
  generate_button = gr.Button(value="Generate", variant='primary')
224
 
225
  with gr.Accordion("Advanced options", open=False):
226
+
 
 
 
 
 
 
227
  with gr.Column():
228
  with gr.Row():
229
  input_image_path = gr.Textbox(label="Input Image URL", lines=1, scale=10, info="Press Enter or the Preview button to confirm the input image.")