Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ os.system('pip uninstall vidfetch -y')
|
|
3 |
os.system('pip install -U https://github.com/dailingx/VidFetch/archive/master.zip')
|
4 |
os.system('pip install --upgrade google-api-python-client')
|
5 |
os.system('pip install pandas')
|
|
|
6 |
|
7 |
import sys
|
8 |
import gradio as gr
|
|
|
3 |
os.system('pip install -U https://github.com/dailingx/VidFetch/archive/master.zip')
|
4 |
os.system('pip install --upgrade google-api-python-client')
|
5 |
os.system('pip install pandas')
|
6 |
+
os.system('pip install youtube-dl')
|
7 |
|
8 |
import sys
|
9 |
import gradio as gr
|