KingNish commited on
Commit
39e92a8
1 Parent(s): 4181fbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ feature_extractor = CLIPFeatureExtractor.from_pretrained("openai/clip-vit-base-p
42
 
43
  # Function
44
  @spaces.GPU(duration=15,enable_queue=True)
45
- def generate_image(prompt, base="emilianJR/epiCRealism", motion="guoyww/animatediff-motion-lora-zoom-in", step=8, progress=gr.Progress()):
46
  global step_loaded
47
  global base_loaded
48
  global motion_loaded
 
42
 
43
  # Function
44
  @spaces.GPU(duration=15,enable_queue=True)
45
+ def generate_image(prompt, base="Realistic", motion="", step=8, progress=gr.Progress()):
46
  global step_loaded
47
  global base_loaded
48
  global motion_loaded