odexus commited on
Commit
99173c6
·
verified ·
1 Parent(s): efe20c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def get_hashcat_binary():
20
  return binary_path
21
 
22
  # --- CORE LOGIC ---
23
- @spaces.GPU(duration=3000)
24
  def run_hashcat(hash_input, wordlist_input, allowed_symbols, attack_mode):
25
  hc_bin = get_hashcat_binary()
26
 
 
20
  return binary_path
21
 
22
  # --- CORE LOGIC ---
23
+ @spaces.GPU(duration=600)
24
  def run_hashcat(hash_input, wordlist_input, allowed_symbols, attack_mode):
25
  hc_bin = get_hashcat_binary()
26