Clocksp commited on
Commit
b889c28
·
verified ·
1 Parent(s): 2d1c279

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 base64
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):