Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
import gradio as gr
|
3 |
from extractor import process_video, RESOLUTIONS
|
4 |
|
@@ -7,11 +6,8 @@ with gr.Blocks() as demo:
|
|
7 |
# π¬ Vid-Take PRO
|
8 |
|
9 |
π¨ **Access Required:**
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
This tool extracts up to **10,000 HD frames** from any movie or TV show.
|
14 |
-
Password is sent instantly after payment.
|
15 |
|
16 |
π§ Contact: [email protected]
|
17 |
|
@@ -50,4 +46,4 @@ with gr.Blocks() as demo:
|
|
50 |
unlock_button.click(fn=check_pw, inputs=password, outputs=[status, tool_ui])
|
51 |
|
52 |
if __name__ == "__main__":
|
53 |
-
demo.launch()
|
|
|
|
|
1 |
import gradio as gr
|
2 |
from extractor import process_video, RESOLUTIONS
|
3 |
|
|
|
6 |
# π¬ Vid-Take PRO
|
7 |
|
8 |
π¨ **Access Required:**
|
9 |
+
π [**Get Access Here**](https://franciscoel.gumroad.com/l/hpgcv)
|
10 |
+
*(Instant password delivery after verification)*
|
|
|
|
|
|
|
11 |
|
12 |
π§ Contact: [email protected]
|
13 |
|
|
|
46 |
unlock_button.click(fn=check_pw, inputs=password, outputs=[status, tool_ui])
|
47 |
|
48 |
if __name__ == "__main__":
|
49 |
+
demo.launch()
|