ginipick commited on
Commit
0127c1b
·
verified ·
1 Parent(s): b1560ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -15
app.py CHANGED
@@ -706,13 +706,6 @@ with block:
706
  progress_desc = gr.Markdown('', elem_classes='no-generating-animation')
707
  progress_bar = gr.HTML('', elem_classes='no-generating-animation')
708
 
709
- # Extra info
710
- gr.HTML("""
711
- <div style="text-align:center; margin-top:20px;">
712
- Share your outputs or get inspired by searching
713
- <a href="https://x.com/search?q=framepack&f=live" target="_blank">#framepack</a> on Twitter!
714
- </div>
715
- """)
716
 
717
  ips = [
718
  input_image, prompt, t2v, n_prompt, seed,
@@ -727,13 +720,5 @@ with block:
727
  )
728
  end_button.click(fn=end_process)
729
 
730
- # If you want examples, uncomment below:
731
- # gr.Examples(
732
- # examples=examples,
733
- # inputs=[input_image, prompt],
734
- # outputs=[result_video, preview_image, progress_desc, progress_bar, start_button, end_button],
735
- # fn=generate_examples,
736
- # cache_examples=True
737
- # )
738
 
739
  block.launch(share=True)
 
706
  progress_desc = gr.Markdown('', elem_classes='no-generating-animation')
707
  progress_bar = gr.HTML('', elem_classes='no-generating-animation')
708
 
 
 
 
 
 
 
 
709
 
710
  ips = [
711
  input_image, prompt, t2v, n_prompt, seed,
 
720
  )
721
  end_button.click(fn=end_process)
722
 
 
 
 
 
 
 
 
 
723
 
724
  block.launch(share=True)