chenwang commited on
Commit
4a26aeb
·
1 Parent(s): 6162906

update instruction

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -525,6 +525,7 @@ with gr.Blocks() as demo:
525
  ## PhysCtrl: Generative Physics for Controllable and Physics-Grounded Video Generation
526
  ### You can upload your own input image and set the force and material to generate the trajectory and final video.
527
  ### The text prompt of video generation should describe the action of the object, e.g., "the penguin is fully lifted upwards, as if there is a force applied onto its left wing".
 
528
  """)
529
  mask = gr.State(value=None) # store mask
530
  original_image = gr.State(value=None) # store original input image
 
525
  ## PhysCtrl: Generative Physics for Controllable and Physics-Grounded Video Generation
526
  ### You can upload your own input image and set the force and material to generate the trajectory and final video.
527
  ### The text prompt of video generation should describe the action of the object, e.g., "the penguin is fully lifted upwards, as if there is a force applied onto its left wing".
528
+ ### Given the limit of ZeroGPU usage at huggingface, the final video generation is not available currently. We are working on to fix that.
529
  """)
530
  mask = gr.State(value=None) # store mask
531
  original_image = gr.State(value=None) # store original input image