Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1386,6 +1386,7 @@ def create_ui(app_config: ApplicationConfig):
|
|
1386 |
ui.close()
|
1387 |
|
1388 |
if __name__ == '__main__':
|
|
|
1389 |
default_app_config = ApplicationConfig.create_default()
|
1390 |
whisper_models = default_app_config.get_model_names("whisper")
|
1391 |
|
|
|
1386 |
ui.close()
|
1387 |
|
1388 |
if __name__ == '__main__':
|
1389 |
+
@spaces.GPU(duration=60)
|
1390 |
default_app_config = ApplicationConfig.create_default()
|
1391 |
whisper_models = default_app_config.get_model_names("whisper")
|
1392 |
|