Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -610,4 +610,5 @@ class DataViewerApp:
|
|
| 610 |
dff=pd.DataFrame(columns=['text', 'audio', 'samplerate', 'secs', 'speaker_id', '_speaker_id','flag'])
|
| 611 |
app=DataViewerApp(dff)
|
| 612 |
s=app.start_tab1()
|
|
|
|
| 613 |
s.queue(default_concurrency_limit=2).launch(show_error=True)
|
|
|
|
| 610 |
dff=pd.DataFrame(columns=['text', 'audio', 'samplerate', 'secs', 'speaker_id', '_speaker_id','flag'])
|
| 611 |
app=DataViewerApp(dff)
|
| 612 |
s=app.start_tab1()
|
| 613 |
+
|
| 614 |
s.queue(default_concurrency_limit=2).launch(show_error=True)
|