Spaces:
Configuration error
Configuration error
xierui.0097
commited on
Commit
·
9aafb51
1
Parent(s):
12937f3
zerogpu
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ examples = [
|
|
| 10 |
]
|
| 11 |
|
| 12 |
# Define a GPU-decorated function for enhancement
|
| 13 |
-
@spaces.GPU(duration=
|
| 14 |
def enhance_with_gpu(input_video, input_text):
|
| 15 |
return venhancer.enhance_a_video(input_video, input_text)
|
| 16 |
|
|
|
|
| 10 |
]
|
| 11 |
|
| 12 |
# Define a GPU-decorated function for enhancement
|
| 13 |
+
@spaces.GPU(duration=120)
|
| 14 |
def enhance_with_gpu(input_video, input_text):
|
| 15 |
return venhancer.enhance_a_video(input_video, input_text)
|
| 16 |
|