sxd3125 commited on
Commit
7749c1f
1 Parent(s): e75505b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -6,8 +6,7 @@ import matplotlib.pyplot as plt
6
  import gradio as gr
7
 
8
  def plot_chey(X):
9
- #fig, ax = plt.subplots()
10
- fig,ax = plt.subplots()
11
  return fig
12
 
13
  title='Plot'
 
6
  import gradio as gr
7
 
8
  def plot_chey(X):
9
+ fig,ax = X.figure, X.axes
 
10
  return fig
11
 
12
  title='Plot'