yerang commited on
Commit
dfc269a
·
verified ·
1 Parent(s): ea1bc0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,7 +56,7 @@ print("PATH:", os.environ['PATH'])
56
  print("LD_LIBRARY_PATH:", os.environ['LD_LIBRARY_PATH'])
57
 
58
  from stf_utils import STFPipeline
59
-
60
 
61
 
62
  # audio_path="assets/examples/driving/test_aud.mp3"
@@ -116,7 +116,7 @@ gradio_pipeline = GradioPipeline(
116
 
117
  # 추가 정의
118
  elevenlabs_pipeline = ElevenLabsPipeline()
119
- stf_pipeline = STFPipeline()
120
 
121
 
122
  @spaces.GPU() #duration=240)
 
56
  print("LD_LIBRARY_PATH:", os.environ['LD_LIBRARY_PATH'])
57
 
58
  from stf_utils import STFPipeline
59
+ stf_pipeline = STFPipeline()
60
 
61
 
62
  # audio_path="assets/examples/driving/test_aud.mp3"
 
116
 
117
  # 추가 정의
118
  elevenlabs_pipeline = ElevenLabsPipeline()
119
+ #stf_pipeline = STFPipeline()
120
 
121
 
122
  @spaces.GPU() #duration=240)