fix: add time limit
Browse files
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=
|
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,
|