Yw22 commited on
Commit
27c0c26
1 Parent(s): 813161e
Files changed (2) hide show
  1. app.py +1 -0
  2. requirements.txt +1 -0
app.py CHANGED
@@ -290,6 +290,7 @@ class ImageConductor:
290
 
291
  @spaces.GPU(duration=100)
292
  def run(self, first_frame_path, tracking_points, prompt, drag_mode, negative_prompt, seed, randomize_seed, guidance_scale, num_inference_steps, personalized, examples_type):
 
293
  if examples_type != "":
294
  ### for adapting high version gradio
295
  first_frame_path = IMAGE_PATH[examples_type]
 
290
 
291
  @spaces.GPU(duration=100)
292
  def run(self, first_frame_path, tracking_points, prompt, drag_mode, negative_prompt, seed, randomize_seed, guidance_scale, num_inference_steps, personalized, examples_type):
293
+ print("Run!")
294
  if examples_type != "":
295
  ### for adapting high version gradio
296
  first_frame_path = IMAGE_PATH[examples_type]
requirements.txt CHANGED
@@ -26,4 +26,5 @@ omegaconf
26
  xformers==0.0.26.post1
27
  scikit-image
28
  scikit-learn
 
29
 
 
26
  xformers==0.0.26.post1
27
  scikit-image
28
  scikit-learn
29
+ spaces
30