Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
import skimage
|
4 |
-
import IPython.display
|
5 |
import matplotlib.pyplot as plt
|
6 |
from PIL import Image
|
7 |
import numpy as np
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
import skimage
|
|
|
4 |
import matplotlib.pyplot as plt
|
5 |
from PIL import Image
|
6 |
import numpy as np
|