Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ from transformers import pipeline, set_seed
|
|
| 2 |
import gradio as grad, random, re
|
| 3 |
|
| 4 |
|
| 5 |
-
gpt2_pipe = pipeline('text-generation', model='Dalfaxy/mt0_xl_french_detox_v3
|
| 6 |
with open("ideas.txt", "r") as f:
|
| 7 |
line = f.readlines()
|
| 8 |
|
|
|
|
| 2 |
import gradio as grad, random, re
|
| 3 |
|
| 4 |
|
| 5 |
+
gpt2_pipe = pipeline('text-generation', model='Dalfaxy/mt0_xl_french_detox_v3', tokenizer='Dalfaxy/mt0_xl_french_detox_v3')
|
| 6 |
with open("ideas.txt", "r") as f:
|
| 7 |
line = f.readlines()
|
| 8 |
|