Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
-
import os
|
3 |
-
|
4 |
-
os.system("pip install transformers sentencepiece torch")
|
5 |
|
6 |
from transformers import M2M100ForConditionalGeneration
|
7 |
from tokenization_small100 import SMALL100Tokenizer
|
|
|
1 |
import gradio as gr
|
|
|
|
|
|
|
2 |
|
3 |
from transformers import M2M100ForConditionalGeneration
|
4 |
from tokenization_small100 import SMALL100Tokenizer
|