Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ description = "Gradio Demo for a miniature with GPT. To use it, simply add your
|
|
10 |
|
11 |
tokenizer = AutoTokenizer.from_pretrained("aditi2222/automatic_title_generation")
|
12 |
|
13 |
-
model =
|
14 |
|
15 |
|
16 |
def tokenize_data(text):
|
|
|
10 |
|
11 |
tokenizer = AutoTokenizer.from_pretrained("aditi2222/automatic_title_generation")
|
12 |
|
13 |
+
model = from_pretrained_keras("keras-io/text-generation-miniature-gpt")
|
14 |
|
15 |
|
16 |
def tokenize_data(text):
|