Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,6 +70,6 @@ gr.Interface(
|
|
| 70 |
gr.Number(label="Number 3")
|
| 71 |
],
|
| 72 |
outputs=gr.Text(label="Prediction"),
|
| 73 |
-
title="
|
| 74 |
description="Predict the next number in a sequence using LSTM built"
|
| 75 |
).launch()
|
|
|
|
| 70 |
gr.Number(label="Number 3")
|
| 71 |
],
|
| 72 |
outputs=gr.Text(label="Prediction"),
|
| 73 |
+
title="LSTM Number Predicton",
|
| 74 |
description="Predict the next number in a sequence using LSTM built"
|
| 75 |
).launch()
|