Fataj commited on
Commit
40e3f70
Β·
verified Β·
1 Parent(s): 654e351

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -7
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
- To use this app, please purchase the access password here:
11
- πŸ‘‰ [**Buy for $5 on Gumroad**](https://franciscoel.gumroad.com/l/hpgcv)
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()