mdnestor commited on
Commit
918cf53
1 Parent(s): 164b991

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import os
2
  import gradio as gr
3
  import glob
4
 
5
- os.system("!apt-get update -qq && apt-get install -qq libfluidsynth1 build-essential libasound2-dev libjack-dev")
6
 
7
  # install t5x
8
  os.system("git clone --branch=main https://github.com/google-research/t5x")
 
2
  import gradio as gr
3
  import glob
4
 
5
+ os.system("apt-get update -qq && apt-get install -qq libfluidsynth1 build-essential libasound2-dev libjack-dev")
6
 
7
  # install t5x
8
  os.system("git clone --branch=main https://github.com/google-research/t5x")