Spaces:
Sleeping
Sleeping
Try to fix exceeded duration
Browse files
app.py
CHANGED
@@ -235,7 +235,7 @@ datasets:
|
|
235 |
return repo_id
|
236 |
|
237 |
|
238 |
-
@spaces.GPU(duration=
|
239 |
def generate_topics(dataset, config, split, column, nested_column, plot_type):
|
240 |
from cuml.manifold import UMAP
|
241 |
|
|
|
235 |
return repo_id
|
236 |
|
237 |
|
238 |
+
@spaces.GPU(duration=120)
|
239 |
def generate_topics(dataset, config, split, column, nested_column, plot_type):
|
240 |
from cuml.manifold import UMAP
|
241 |
|