Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
e1a7f99
1
Parent(s):
7e2b4a1
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
-
os.system('pip install transformers
|
|
|
3 |
import soundfile as sf
|
4 |
import gradio as gr
|
5 |
import torch
|
|
|
1 |
import os
|
2 |
+
os.system('pip install transformers')
|
3 |
+
os.system('pip freeze')
|
4 |
import soundfile as sf
|
5 |
import gradio as gr
|
6 |
import torch
|