RexChan commited on
Commit
d563359
·
verified ·
1 Parent(s): 9c3e342

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from IPython.display import Audio
9
  import os
10
  import accelerate
11
 
12
- export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python #fix Spaces pipeline error
13
 
14
  # load song
15
  output_file = "/content/"
 
9
  import os
10
  import accelerate
11
 
12
+ os.environ["PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION"] = "python" #fix Spaces pipeline error
13
 
14
  # load song
15
  output_file = "/content/"