asoria HF staff commited on
Commit
937966f
1 Parent(s): e643293

Try increasing GPU duration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -236,7 +236,7 @@ def create_space_with_content(dataset_id, html_file_path):
236
  return repo_id
237
 
238
 
239
- @spaces.GPU(duration=120)
240
  def generate_topics(dataset, config, split, column, nested_column, plot_type):
241
  logging.info(
242
  f"Generating topics for {dataset=} {config=} {split=} {column=} {nested_column=} {plot_type=}"
 
236
  return repo_id
237
 
238
 
239
+ @spaces.GPU(duration=60*5)
240
  def generate_topics(dataset, config, split, column, nested_column, plot_type):
241
  logging.info(
242
  f"Generating topics for {dataset=} {config=} {split=} {column=} {nested_column=} {plot_type=}"