Spaces:
Running
on
Zero
Running
on
Zero
Update webgui.py
Browse files
webgui.py
CHANGED
@@ -7,7 +7,7 @@ import spaces
|
|
7 |
import os
|
8 |
|
9 |
os.system('pip install scikit-image')
|
10 |
-
|
11 |
import random
|
12 |
from datetime import datetime
|
13 |
from pathlib import Path
|
|
|
7 |
import os
|
8 |
|
9 |
os.system('pip install scikit-image')
|
10 |
+
os.system('pip install IPython')
|
11 |
import random
|
12 |
from datetime import datetime
|
13 |
from pathlib import Path
|