Spaces:
Running
Running
tomaseo2022
commited on
Commit
·
f69a830
1
Parent(s):
1e5868e
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import whisper
|
3 |
|
|
|
1 |
+
import os
|
2 |
+
os.system("pip install --upgrade httpx")
|
3 |
+
os.system("pip install --upgrade httpcore")
|
4 |
+
os.system("pip install --upgrade gradio")
|
5 |
import gradio as gr
|
6 |
import whisper
|
7 |
|