Ahsen Khaliq
commited on
Commit
•
47cf8fb
1
Parent(s):
e501763
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
from pathlib import Path
|
4 |
-
|
5 |
-
os.system("midi_ddsp_download_model_weights")
|
6 |
|
7 |
|
8 |
os.system("git clone --branch=main https://github.com/google-research/t5x")
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
from pathlib import Path
|
4 |
+
os.system("pip install gsutil")
|
|
|
5 |
|
6 |
|
7 |
os.system("git clone --branch=main https://github.com/google-research/t5x")
|