dakkoong commited on
Commit
be60b03
·
1 Parent(s): 7c9490c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import gradio as gr
 
 
2
  import numpy as np
3
  from PIL import Image
4
  import tensorflow as tf
 
1
  import gradio as gr
2
+ from matplotlib import gridspec
3
+ import matplotlib.pyplot as plt
4
  import numpy as np
5
  from PIL import Image
6
  import tensorflow as tf