Spaces:
Runtime error
Runtime error
zzw
commited on
Commit
·
8036d90
1
Parent(s):
3a8e465
service update
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def check_ip_limit(client_ip):
|
|
46 |
return False
|
47 |
|
48 |
def fn(in_video, style, aspect_ratio, prompt):
|
49 |
-
|
50 |
print(f"Received video: {in_video}, aspect_ratio: {aspect_ratio}, style: {style}")
|
51 |
|
52 |
if in_video is None:
|
|
|
46 |
return False
|
47 |
|
48 |
def fn(in_video, style, aspect_ratio, prompt):
|
49 |
+
raise Exception("Service Updating")
|
50 |
print(f"Received video: {in_video}, aspect_ratio: {aspect_ratio}, style: {style}")
|
51 |
|
52 |
if in_video is None:
|