Update app.py
Browse files
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"
|