Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from PIL import Image, ImageOps
|
|
| 6 |
import numpy as np
|
| 7 |
import gradio as gr
|
| 8 |
import os
|
| 9 |
-
import
|
| 10 |
|
| 11 |
class DoubleConv(nn.Module):
|
| 12 |
def __init__(self, in_channels, out_channels):
|
|
|
|
| 6 |
import numpy as np
|
| 7 |
import gradio as gr
|
| 8 |
import os
|
| 9 |
+
import pandas as pd
|
| 10 |
|
| 11 |
class DoubleConv(nn.Module):
|
| 12 |
def __init__(self, in_channels, out_channels):
|