Spaces:
Runtime error
Runtime error
GreenRaptor
commited on
Commit
•
37254e5
1
Parent(s):
b92a36f
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,6 @@
|
|
|
|
1 |
from subprocess import Popen
|
|
|
2 |
# from transformers import AutoProcessor, AutoModelForPreTraining
|
3 |
|
4 |
# processor = AutoProcessor.from_pretrained("patrickvonplaten/mms-1b")
|
|
|
1 |
+
import gradio as gr
|
2 |
from subprocess import Popen
|
3 |
+
|
4 |
# from transformers import AutoProcessor, AutoModelForPreTraining
|
5 |
|
6 |
# processor = AutoProcessor.from_pretrained("patrickvonplaten/mms-1b")
|