Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -91,8 +91,3 @@ iface = gr.Interface(
|
|
91 |
)
|
92 |
|
93 |
iface.launch()
|
94 |
-
```
|
95 |
-
|
96 |
-
With this code, the interface will display the plot of the anomalous data points along with the indices of the anomalous data points below the plot. The user can upload a CSV file, and the interface will generate the plot and detect the anomalies in the timeseries data.
|
97 |
-
|
98 |
-
I hope this helps! Let me know if you have any further questions.
|
|
|
91 |
)
|
92 |
|
93 |
iface.launch()
|
|
|
|
|
|
|
|
|
|