Shilpagotur commited on
Commit
a439d62
·
verified ·
1 Parent(s): 823609e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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