Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# Optimized to prevent RAM crashes with minimal memory footprint
|
| 3 |
# FIXED: Improved PPO trigger logic to handle continuous training
|
| 4 |
# NEW: Added voice input capability with speech-to-text
|
| 5 |
-
# FIXED: Removed problematic 'every' parameter from Gradio events
|
| 6 |
|
| 7 |
import json
|
| 8 |
import torch
|
|
|
|
| 2 |
# Optimized to prevent RAM crashes with minimal memory footprint
|
| 3 |
# FIXED: Improved PPO trigger logic to handle continuous training
|
| 4 |
# NEW: Added voice input capability with speech-to-text
|
| 5 |
+
## FIXED: Removed problematic 'every' parameter from Gradio events
|
| 6 |
|
| 7 |
import json
|
| 8 |
import torch
|