bharat-raghunathan commited on
Commit
861c542
·
1 Parent(s): ac48ca6

Add missing import

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
-
2
  import matplotlib.pyplot as plt
3
 
4
  from collections import OrderedDict
 
1
+ import gradio as gr
2
  import matplotlib.pyplot as plt
3
 
4
  from collections import OrderedDict