Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import pandas as pd
|
|
| 3 |
import numpy as np
|
| 4 |
import matplotlib.pyplot as plt
|
| 5 |
from PIL import Image
|
| 6 |
-
|
| 7 |
|
| 8 |
|
| 9 |
sample_data = {
|
|
|
|
| 3 |
import numpy as np
|
| 4 |
import matplotlib.pyplot as plt
|
| 5 |
from PIL import Image
|
| 6 |
+
import copy
|
| 7 |
|
| 8 |
|
| 9 |
sample_data = {
|