Spaces:
Runtime error
Runtime error
citradiani
commited on
Commit
•
d81bd61
1
Parent(s):
16c62da
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ from PIL import Image
|
|
5 |
import torch.nn as nn
|
6 |
import pandas as pd
|
7 |
import numpy as np
|
|
|
8 |
import gradio as gr
|
9 |
# import warnings
|
10 |
# warnings.filterwarnings("ignore", category=UserWarning)
|
|
|
5 |
import torch.nn as nn
|
6 |
import pandas as pd
|
7 |
import numpy as np
|
8 |
+
import numpy
|
9 |
import gradio as gr
|
10 |
# import warnings
|
11 |
# warnings.filterwarnings("ignore", category=UserWarning)
|