lalashechka commited on
Commit
df9edd4
1 Parent(s): 1198eae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def animate_img(encoded_string, model):
54
  return res
55
 
56
  if model == "AnimateDiff":
57
- client = Client("https://ap123-animateimage.hf.space/--replicas/zlwk6/")
58
  result = client.predict(encoded_string, "zoom-out", api_name="/predict")
59
  return result
60
 
 
54
  return res
55
 
56
  if model == "AnimateDiff":
57
+ client = Client("https://ap123-animateimage.hf.space")
58
  result = client.predict(encoded_string, "zoom-out", api_name="/predict")
59
  return result
60