NahuelCosta commited on
Commit
331e426
·
1 Parent(s): 957543c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ iface = gr.Interface(
62
  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"]), "checkbox"],
63
  title="LFP degradation diagnosis",
64
  description="Enter cell number, duty cycle and cycle number to predict the percentage of LLI, LAMPE and LAMNE",
65
- outputs=[gr.outputs.Label(label="Prediction"), gr.outputs.Timeseries(x=" ", y=["pristine", "degraded"]), gr.outputs.Image(type='pil', label="DTW image"),
66
  allow_screenshot=False,
67
  layout="unaligned")
68
  iface.launch(share=True)
 
62
  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"]), "checkbox"],
63
  title="LFP degradation diagnosis",
64
  description="Enter cell number, duty cycle and cycle number to predict the percentage of LLI, LAMPE and LAMNE",
65
+ outputs=[gr.outputs.Label(label="Prediction"), gr.outputs.Timeseries(x=" ", y=["pristine", "degraded"]), gr.outputs.Image(type='pil', label="DTW image")],
66
  allow_screenshot=False,
67
  layout="unaligned")
68
  iface.launch(share=True)