Spaces:
Runtime error
Runtime error
Commit
·
adb6286
1
Parent(s):
cb4be7c
Update app.py
Browse files
app.py
CHANGED
@@ -15,4 +15,5 @@ titik9=gr.Number(label='Node 9')
|
|
15 |
titik10=gr.Number(label='Node 10')
|
16 |
titik11=gr.Number(label='Node 11')
|
17 |
plot=gr.Plot()
|
18 |
-
|
|
|
|
15 |
titik10=gr.Number(label='Node 10')
|
16 |
titik11=gr.Number(label='Node 11')
|
17 |
plot=gr.Plot()
|
18 |
+
desc='For one-time prediction only'
|
19 |
+
gr.Interface(fn,inputs=[titik1,titik2,titik3,titik4,titik5,titik6,titik7,titik8,titik9,titik10,titik11],output=[plot],description=desc,title='Savitsky-Golay Prediction')
|