NahuelCosta commited on
Commit
6e36083
1 Parent(s): d27b7db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ iface = gr.Interface(
72
  inputs=[gr.inputs.Radio(["Cell #1", "Cell #2", "Cell #3"]), gr.inputs.Slider(1, 1000, step=1), gr.inputs.Radio(["10", "50", "100", "200", "400", "1000"])],
73
  title="LFP degradation diagnosis",
74
  description="Enter cell number, duty cycle and cycle number to predict the percentage of LLI, LAMPE and LAMNE",
75
- outputs=[gr.outputs.Label(label="Prediction"), gr.outputs.Timeseries(x=" ", y=["pristine", "degraded",label="IC curves"]), gr.outputs.Image(type='pil', label="DTW image")],
76
  allow_screenshot=False,
77
  layout="unaligned")
78
  iface.launch()
 
72
  inputs=[gr.inputs.Radio(["Cell #1", "Cell #2", "Cell #3"]), gr.inputs.Slider(1, 1000, step=1), gr.inputs.Radio(["10", "50", "100", "200", "400", "1000"])],
73
  title="LFP degradation diagnosis",
74
  description="Enter cell number, duty cycle and cycle number to predict the percentage of LLI, LAMPE and LAMNE",
75
+ outputs=[gr.outputs.Label(label="Prediction"), gr.outputs.Timeseries(x=" ", y=["pristine", "degraded"], label="IC curves"), gr.outputs.Image(type='pil', label="DTW image")],
76
  allow_screenshot=False,
77
  layout="unaligned")
78
  iface.launch()