Spaces:
Runtime error
Runtime error
xierui.0097
commited on
Commit
Β·
12937f3
1
Parent(s):
04c2b72
zerogpu
Browse files- app.py +5 -0
- examples/016_video.mp4 +0 -0
- examples/017_klingai_reedit.mp4 +0 -0
- examples/023_klingai_reedit.mp4 +0 -0
app.py
CHANGED
@@ -3,6 +3,11 @@ import os
|
|
3 |
import gradio as gr
|
4 |
from video_super_resolution.scripts.inference_sr import VEnhancer_sr
|
5 |
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
# Define a GPU-decorated function for enhancement
|
8 |
@spaces.GPU(duration=1200)
|
|
|
3 |
import gradio as gr
|
4 |
from video_super_resolution.scripts.inference_sr import VEnhancer_sr
|
5 |
|
6 |
+
examples = [
|
7 |
+
["examples/023_klingai_reedit.mp4", "The video shows a panda strumming a guitar on a rock by a tranquil lake at sunset. With its black-and-white fur, the panda sits against a backdrop of mountains and a vibrant sky painted in orange and pink hues. The serene scene highlights relaxation and whimsy, with the panda, guitar, and lake harmoniously positioned. The natural landscape's depth and perspective enhance the focus on the panda's peaceful interaction with the guitar.", 4, 24, 250],
|
8 |
+
["examples/017_klingai_reedit.mp4", "The video depicts a majestic lion with eagle-like wings standing on a grassy hill against rolling green hills and a clear sky. The lionβs golden mane contrasts with the warm hues of the scene, and its intense gaze draws focus. The detailed, fully spread wings add a fantastical element. A 'PremiumBeat' watermark appears in the lower right, hinting at the image's source. The style blends realism with fantasy, showcasing the lion's mythical nature.", 4, 24, 250],
|
9 |
+
["examples/016_video.mp4", "The video is a black-and-white silent film featuring two men in wheelchairs on a pier. The foreground man, in a suit and hat, holds a sign reading 'HELP CRIPPLE.' The background shows a building and a boat, with early 20th-century clothing and image quality suggesting a narrative of disability and assistance.", 4, 24, 300],
|
10 |
+
]
|
11 |
|
12 |
# Define a GPU-decorated function for enhancement
|
13 |
@spaces.GPU(duration=1200)
|
examples/016_video.mp4
ADDED
Binary file (681 kB). View file
|
|
examples/017_klingai_reedit.mp4
ADDED
Binary file (281 kB). View file
|
|
examples/023_klingai_reedit.mp4
ADDED
Binary file (127 kB). View file
|
|