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