Severian commited on
Commit
5839008
1 Parent(s): b90adc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -292,7 +292,7 @@ def update_chat_context(row_data, index, total, quality, high_quality_tags, low_
292
  """
293
  return [[None, context]] # Return as a list of message pairs
294
 
295
- @spaces.GPU(duration=180)
296
  async def run_generate_dataset(num_workers, num_generations, output_file_path):
297
  generated_data = []
298
  for _ in range(num_generations):
 
292
  """
293
  return [[None, context]] # Return as a list of message pairs
294
 
295
+ #@spaces.GPU(duration=180)
296
  async def run_generate_dataset(num_workers, num_generations, output_file_path):
297
  generated_data = []
298
  for _ in range(num_generations):