Spaces:
Runtime error
Runtime error
NahuelCosta
commited on
Commit
•
cc85a94
1
Parent(s):
719a6d0
Update app.py
Browse files
app.py
CHANGED
@@ -59,6 +59,6 @@ iface = gr.Interface(
|
|
59 |
description="Enter cell number, duty cycle and cycle number to predict the percentage of LLI, LAMPE and LAMNE",
|
60 |
outputs=[gr.outputs.Label(label="Prediction"), gr.outputs.Timeseries(x=" ", y=["pristine", "degraded"], label="IC curves"), gr.outputs.Image(type='pil', label="DTW image")],
|
61 |
allow_screenshot=False,
|
62 |
-
theme="
|
63 |
layout="unaligned")
|
64 |
iface.launch()
|
|
|
59 |
description="Enter cell number, duty cycle and cycle number to predict the percentage of LLI, LAMPE and LAMNE",
|
60 |
outputs=[gr.outputs.Label(label="Prediction"), gr.outputs.Timeseries(x=" ", y=["pristine", "degraded"], label="IC curves"), gr.outputs.Image(type='pil', label="DTW image")],
|
61 |
allow_screenshot=False,
|
62 |
+
theme="darkpeach",
|
63 |
layout="unaligned")
|
64 |
iface.launch()
|