Redhotchilipoppy commited on
Commit
3613412
1 Parent(s): 48a8be8

Should work?

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -16,7 +16,7 @@ import matplotlib.pyplot as plt
16
  import matplotlib.dates as mdates
17
 
18
  # Machine Learning
19
- import scikit-learn as sklearn
20
 
21
  # Print version info
22
  print("Version info:")
@@ -156,8 +156,5 @@ def makeprediction():
156
  return fig
157
 
158
 
159
- def greet(name):
160
- return "Hello " + name + "!!"
161
-
162
  iface = gr.Interface(fn=makeprediction, inputs=None, outputs=gr.Plot())
163
  iface.launch()
 
16
  import matplotlib.dates as mdates
17
 
18
  # Machine Learning
19
+ import sklearn
20
 
21
  # Print version info
22
  print("Version info:")
 
156
  return fig
157
 
158
 
 
 
 
159
  iface = gr.Interface(fn=makeprediction, inputs=None, outputs=gr.Plot())
160
  iface.launch()