Spaces:
Sleeping
Sleeping
Try increasing GPU duration
Browse files
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=
|
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=}"
|