Spaces:
Build error
Build error
Nguyen Thai Thao Uyen
commited on
Commit
·
ebbf608
1
Parent(s):
4c1b88d
run.py import PIL
Browse files
run.py
CHANGED
@@ -4,6 +4,7 @@ import numpy as np
|
|
4 |
import matplotlib.pyplot as plt
|
5 |
import app
|
6 |
import os
|
|
|
7 |
|
8 |
def pred(src):
|
9 |
# os.environ['HUGGINGFACE_HUB_HOME'] = './.cache'
|
|
|
4 |
import matplotlib.pyplot as plt
|
5 |
import app
|
6 |
import os
|
7 |
+
import PIL
|
8 |
|
9 |
def pred(src):
|
10 |
# os.environ['HUGGINGFACE_HUB_HOME'] = './.cache'
|