Spaces:
Sleeping
Sleeping
Moibe
commited on
Commit
·
3a48ae1
1
Parent(s):
efc1c72
remove transformers import
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
from transformers import pipeline
|
4 |
|
5 |
#pipe = pipeline("translation", model="t5-base")
|
6 |
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
#from transformers import pipeline
|
4 |
|
5 |
#pipe = pipeline("translation", model="t5-base")
|
6 |
|