Kumarkishalaya commited on
Commit
c208804
·
verified ·
1 Parent(s): 8de647b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ import tensorflow as tf
10
  from transformers import GPT2LMHeadModel, GPT2Tokenizer
11
  import torch
12
 
 
13
  # Paths to the uploaded models
14
  repo_id = "himanishprak23/lstm_rnn"
15
  lstm_filename = "model_lstm_4.keras"
 
10
  from transformers import GPT2LMHeadModel, GPT2Tokenizer
11
  import torch
12
 
13
+
14
  # Paths to the uploaded models
15
  repo_id = "himanishprak23/lstm_rnn"
16
  lstm_filename = "model_lstm_4.keras"