Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -304,9 +304,8 @@ with gr.Blocks() as demo:
|
|
304 |
|
305 |
No_beam_group_list = [2]
|
306 |
|
307 |
-
tokenizer =
|
308 |
-
model =
|
309 |
-
|
310 |
|
311 |
with gr.Row():
|
312 |
|
|
|
304 |
|
305 |
No_beam_group_list = [2]
|
306 |
|
307 |
+
tokenizer = tokenizer_gpt2
|
308 |
+
model = model_gpt2
|
|
|
309 |
|
310 |
with gr.Row():
|
311 |
|