wasmdashai commited on
Commit
f9f21f9
·
verified ·
1 Parent(s): f9d518e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -118,9 +118,7 @@ class DataViewerApp:
118
 
119
 
120
  self.sdata[self.current_selected] = audio
121
- self.df['text'][self.current_selected] =text
122
- self.df['audio'][self.current_selected] = audio
123
- self.df['flag'][self.current_selected] =1
124
  return self.get_page_data(self.current_page),None,""
125
  def GetDataset_2(self,filename,ds=1.5):
126
  audios_data = []
 
118
 
119
 
120
  self.sdata[self.current_selected] = audio
121
+
 
 
122
  return self.get_page_data(self.current_page),None,""
123
  def GetDataset_2(self,filename,ds=1.5):
124
  audios_data = []