Update app.py
Browse files
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):
|