Spaces:
Runtime error
Runtime error
lalashechka
commited on
Commit
•
df9edd4
1
Parent(s):
1198eae
Update app.py
Browse files
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
|
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 |
|