Spaces:
Runtime error
Runtime error
Trying with gpt2 v2 adding set_seed
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from transformers import pipeline
|
3 |
|
4 |
#Using the local model
|
5 |
#model="./models/mt5-small-finetuned-amazon-en-es"
|
|
|
1 |
import gradio as gr
|
2 |
+
from transformers import pipeline, set_seed
|
3 |
|
4 |
#Using the local model
|
5 |
#model="./models/mt5-small-finetuned-amazon-en-es"
|