joaogante HF staff commited on
Commit
1dd0620
1 Parent(s): f82c611

attempting to fix

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,6 +1,10 @@
 
 
 
1
  import functools
2
 
3
  import gradio as gr
 
4
  import seaborn as sns
5
  import pandas as pd
6
 
 
1
+ import matplotlib
2
+ matplotlib.use('Agg')
3
+
4
  import functools
5
 
6
  import gradio as gr
7
+ import matplotlib.pyplot as plt
8
  import seaborn as sns
9
  import pandas as pd
10