Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ def generate_random_string(length):
|
|
86 |
characters = string.ascii_letters + string.digits
|
87 |
return ''.join(random.choice(characters) for _ in range(length))
|
88 |
|
89 |
-
@spaces.GPU(duration=
|
90 |
def Piper(_do,_dont):
|
91 |
return pipe(
|
92 |
_do,
|
@@ -133,7 +133,7 @@ footer {
|
|
133 |
max-width: 15cm !important;
|
134 |
}
|
135 |
#image-container {
|
136 |
-
aspect-ratio:
|
137 |
}
|
138 |
.dropdown-arrow {
|
139 |
display: none !important;
|
|
|
86 |
characters = string.ascii_letters + string.digits
|
87 |
return ''.join(random.choice(characters) for _ in range(length))
|
88 |
|
89 |
+
@spaces.GPU(duration=30)
|
90 |
def Piper(_do,_dont):
|
91 |
return pipe(
|
92 |
_do,
|
|
|
133 |
max-width: 15cm !important;
|
134 |
}
|
135 |
#image-container {
|
136 |
+
aspect-ratio: 512 / 512 !important;
|
137 |
}
|
138 |
.dropdown-arrow {
|
139 |
display: none !important;
|