asoria HF staff commited on
Commit
cc7b35a
1 Parent(s): e545887

Try to fix exceeded duration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -235,7 +235,7 @@ datasets:
235
  return repo_id
236
 
237
 
238
- @spaces.GPU(duration=600)
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