yhzx233 commited on
Commit
5f99cac
·
1 Parent(s): 8a472c5

fix: add time limit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ def initialize_model():
171
  # Initialize model when starting the application
172
  initialize_model()
173
 
174
- @spaces.GPU(duration=120)
175
  def process_single_audio_generation(
176
  text_input: str,
177
  audio_mode: str,
 
171
  # Initialize model when starting the application
172
  initialize_model()
173
 
174
+ @spaces.GPU(duration=150)
175
  def process_single_audio_generation(
176
  text_input: str,
177
  audio_mode: str,