Mushfi commited on
Commit
fca7175
·
1 Parent(s): 0db1abb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def k():
8
  return gr.update(value=None)
9
 
10
  def predict_input_image(file):
11
- df = pd.DataFrame(file)
12
  return '0.1854984', '8.68441'
13
 
14
  with gr.Blocks(title="Forecasting Geomagnetic Storms", css="") as demo:
 
8
  return gr.update(value=None)
9
 
10
  def predict_input_image(file):
11
+ #df = pd.DataFrame(file)
12
  return '0.1854984', '8.68441'
13
 
14
  with gr.Blocks(title="Forecasting Geomagnetic Storms", css="") as demo: