Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,6 +70,6 @@ gr.Interface(
70
  gr.Number(label="Number 3")
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()
 
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()