Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ def get_hashcat_binary():
|
|
| 20 |
return binary_path
|
| 21 |
|
| 22 |
# --- CORE LOGIC ---
|
| 23 |
-
@spaces.GPU(duration=
|
| 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 |
|