BBrother commited on
Commit
aad35c3
1 Parent(s): 0be6a19

Update webui.py

Browse files
Files changed (1) hide show
  1. webui.py +1 -0
webui.py CHANGED
@@ -6,6 +6,7 @@ import time
6
  from modules import timer
7
  from modules import initialize_util
8
  from modules import initialize
 
9
 
10
  ngrok_use = True
11
 
 
6
  from modules import timer
7
  from modules import initialize_util
8
  from modules import initialize
9
+ from pathlib import Path
10
 
11
  ngrok_use = True
12